{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-pantiltzoomcapabilities-structure.json", "name": "PanTiltZoomCapabilities", "description": "PanTiltZoomCapabilities schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "eflip": { "type": "boolean" }, "get_compatible_configurations": { "type": "boolean" }, "move_status": { "type": "boolean" }, "reverse": { "type": "boolean" }, "status_position": { "type": "boolean" } } }