Amazon SQS · JSON Structure

Amazon Sqs Message Structure

Type: object Properties: 6
CloudDistributed SystemsMessagingMicroservicesQueue

Message is a JSON Structure definition published by Amazon SQS, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

MessageId ReceiptHandle MD5OfBody Body Attribute MessageAttribute

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}