{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "#Attacker",
    "description": "An attacker or threat actor.",
    "type": "object",
    "allOf": [
        {
            "$ref": "#Entity"
        },
        {
            "properties": {}
        }
    ]
}
