{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LiveStreamContentDetails", "title": "LiveStreamContentDetails", "type": "object", "description": "Detailed settings for a live stream including the stream key and ingestion settings.", "properties": { "boundBroadcastId": { "type": "string", "description": "The ID of the live broadcast to which this stream is bound.", "example": "500123" }, "isReusable": { "type": "boolean", "description": "Indicates whether the stream is reusable, which means that it can be bound to multiple broadcasts.", "example": true } } }