{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_live_input_response_single", "title": "stream_live_input_response_single", "allOf": [ { "$ref": "#/components/schemas/stream_api-response-single" }, { "properties": { "result": { "$ref": "#/components/schemas/stream_live_input" } } } ] }