{ "type": "object", "name": "Metadata", "properties": { "channelType": { "type": "string" }, "label": { "type": "string" } }, "required": [ "channelType", "label" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }