{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_captions", "title": "stream_captions", "properties": { "generated": { "$ref": "#/components/schemas/stream_generated_caption" }, "label": { "$ref": "#/components/schemas/stream_label" }, "language": { "$ref": "#/components/schemas/stream_language" }, "status": { "$ref": "#/components/schemas/stream_caption_status" } }, "type": "object" }