{ "type": "object", "name": "Channel", "properties": { "channel": { "type": "object", "properties": { "configuration": { "type": "object", "properties": {} }, "name": { "type": "string" }, "type": { "type": "string" } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }