{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_live_input_response_collection", "title": "stream_live_input_response_collection", "allOf": [ { "$ref": "#/components/schemas/stream_api-response-common" }, { "properties": { "result": { "properties": { "liveInputs": { "items": { "$ref": "#/components/schemas/stream_live_input_object_without_url" }, "type": "array" }, "range": { "description": "The total number of remaining live inputs based on cursor position.", "example": 1000, "type": "integer" }, "total": { "description": "The total number of live inputs that match the provided filters.", "example": 35586, "type": "integer" } }, "type": "object" } } } ] }