{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Message", "type": "object", "properties": { "messageId": { "type": "string" }, "correlationId": { "type": "string" }, "putDateTime": { "type": "string" }, "persistence": { "type": "string" }, "replyToQueue": { "type": "string" }, "replyToQueueManager": { "type": "string" }, "expiry": { "type": "integer" }, "body": { "type": "string" }, "format": { "type": "string" } } }