{ "$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-malware-schema.json", "title": "Threat_Malware", "description": "Threat_Malware schema from Asset Graph API", "type": "object", "properties": { "all_names": { "items": { "type": "string" }, "type": [ "array", "null" ] }, "id": { "type": "string" }, "last_updated_at": { "type": "string" }, "malpedia_id": { "type": "string" }, "primary_name": { "type": "string" } }, "additionalProperties": false }