{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-threat-actor-schema.json", "title": "Threat_Actor", "description": "Threat_Actor schema from Asset Graph API", "type": "object", "properties": { "all_names": { "items": { "type": "string" }, "type": [ "array", "null" ] }, "id": { "type": "string" }, "malpedia_group_id": { "type": "string" }, "mitre_group_id": { "type": "string" }, "primary_name": { "type": "string" } }, "additionalProperties": false }