{ "type": "object", "name": "Publishsingleevent", "properties": { "id": { "type": "string" }, "success": { "type": "boolean" }, "errors": { "type": "array", "description": "", "items": { "type": "object", "properties": { "statusCode": { "type": "string" }, "message": { "type": "string" }, "fields": { "type": "array", "description": "", "items": { "type": "string" } } }, "required": [ "statusCode", "message", "fields" ] } } }, "required": [ "id", "success", "errors" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }