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