{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_allowedOrigins", "title": "stream_allowedOrigins", "description": "Lists the origins allowed to display the video. Enter allowed origin domains in an array and use `*` for wildcard subdomains. Empty arrays allow the video to be viewed on any origin.", "example": [ "example.com" ], "items": { "type": "string" }, "type": "array" }