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