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