{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Message", "type": "object", "properties": { "MessageId": { "type": "string" }, "ReceiptHandle": { "type": "string" }, "MD5OfBody": { "type": "string" }, "Body": { "type": "string" }, "Attribute": { "type": "array" }, "MessageAttribute": { "type": "array" } } }