ListTagsForResourceResponse schema from Amazon Macie API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-list-tags-for-resource-response-schema.json", "title": "ListTagsForResourceResponse", "description": "ListTagsForResourceResponse schema from Amazon Macie API", "type": "object", "properties": { "tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "A map of key-value pairs that specifies which tags (keys and values) are associated with the resource." } ] } } }