Amazon SQS · Schema

Message

An Amazon SQS message

CloudDistributed SystemsMessagingMicroservicesQueue

Properties

Name Type Description
MessageId string A unique identifier for the message
ReceiptHandle string An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle
MD5OfBody string An MD5 digest of the non-URL-encoded message body string
Body string The message's contents (not URL-encoded)
Attribute array A map of the attributes requested in ReceiveMessage to their respective values.
MessageAttribute array Each message attribute consists of a Name, Type, and Value.
View JSON Schema on GitHub

JSON Schema

amazon-sqs-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Message",
  "type": "object",
  "description": "An Amazon SQS message",
  "properties": {
    "MessageId": {
      "type": "string",
      "description": "A unique identifier for the message"
    },
    "ReceiptHandle": {
      "type": "string",
      "description": "An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message."
    },
    "MD5OfBody": {
      "type": "string",
      "description": "An MD5 digest of the non-URL-encoded message body string"
    },
    "Body": {
      "type": "string",
      "description": "The message's contents (not URL-encoded)"
    },
    "Attribute": {
      "type": "array",
      "description": "A map of the attributes requested in ReceiveMessage to their respective values."
    },
    "MessageAttribute": {
      "type": "array",
      "description": "Each message attribute consists of a Name, Type, and Value."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-sqs-message"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.