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