TagResourceRequest schema from Amazon MSK API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-tag-resource-request-schema.json", "title": "TagResourceRequest", "description": "TagResourceRequest schema from Amazon MSK API", "type": "object", "properties": { "Tags": { "allOf": [ { "$ref": "#/components/schemas/__mapOf__string" }, { "xml": { "name": "tags" }, "description": "\n <p>The key-value pair for the resource tag.</p>" } ] } }, "required": [ "Tags" ] }