{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StreamingChannelInput", "title": "StreamingChannelInput", "type": "object", "properties": { "Name": { "type": "string", "description": "Must start with /u/ (e.g., /u/MyChannel)" }, "Description": { "type": "string" } } }