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