{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-threatsonhostresponse-structure.json", "name": "ThreatsOnHostResponse", "description": "ThreatsOnHostResponse schema from Censys Platform API", "type": "object", "required": [ "Ranges", "NextPageToken" ], "additionalProperties": false, "properties": { "NextPageToken": { "type": "string" }, "Ranges": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/ThreatOnHostRange" } } } }