{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-replaycapabilities-schema.json", "title": "ReplayCapabilities", "description": "ReplayCapabilities schema from Censys Platform API", "type": "object", "properties": { "reverse_playback": { "type": "boolean" }, "rtp_rtsp_tcp": { "type": "boolean" }, "session_timeout_range": { "type": "string" } }, "additionalProperties": false }