{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChannelBody", "title": "ChannelBody", "type": "object", "properties": { "configuration": { "type": "object", "properties": {}, "example": {} }, "name": { "type": "string", "example": "example-resource-01" }, "type": { "type": "string", "example": "standard" } } }