{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-reputation-evidence-threat-structure.json", "name": "Reputation_Evidence_Threat", "description": "Reputation_Evidence_Threat schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "last_observed_time": { "type": "string" }, "threat_id": { "type": "string" }, "threat_types": { "type": [ "array", "null" ], "items": { "type": "string" } } } }