{ "type": "object", "properties": { "eventChannel": { "type": "string", "example": "example_value" }, "destinationResourceName": { "type": "string", "example": "example_value" }, "label": { "type": "string", "example": "Example Title" }, "relayOption": { "type": "string", "example": "example_value" } }, "required": [ "eventChannel", "destinationResourceName", "label", "relayOption" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Metadata12" }