{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-chromecast-volume-schema.json", "title": "Chromecast_Volume", "description": "Chromecast_Volume schema from Censys Platform API", "type": "object", "properties": { "control_type": { "format": "utf8", "type": "string" }, "level": { "format": "float", "type": "number" }, "muted": { "type": "boolean" }, "step_interval": { "$ref": "#/components/schemas/FloatValue" } }, "additionalProperties": false }