{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "KalturaBaseChannel", "description": "Slim channel", "properties": { "id": { "description": "`readOnly`\n\nUnique identifier for the channel", "readOnly": true, "type": "integer" }, "name": { "description": "Channel name", "type": "string" } }, "type": "object" }