ListTagsResponse schema from Amazon MQ API
{ "$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." } ] } } }