Amazon MQ · Schema

ListTagsResponse

ListTagsResponse schema from Amazon MQ API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Tags object
View JSON Schema on GitHub

JSON Schema

mq-api-list-tags-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-schema/mq-api-list-tags-response-schema.json",
  "title": "ListTagsResponse",
  "description": "ListTagsResponse schema from Amazon MQ API",
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "The key-value pair for the resource tag."
        }
      ]
    }
  }
}