{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "#Problem",
    "description": "A problem identified from the analysis and correlation of assets and findings that is a notable issue worthy of action. It could be (or become) the cause, or potential cause, of one or more incidents or findings.",
    "type": "object",
    "allOf": [
        {
            "$ref": "#Finding"
        }
    ]
}
