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