TagResourceRequest schema from Amazon WorkMail API
{ "type": "object", "required": [ "ResourceARN", "Tags" ], "title": "TagResourceRequest", "properties": { "ResourceARN": { "allOf": [ { "$ref": "#/components/schemas/AmazonResourceName" }, { "description": "The resource ARN." } ] }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagList" }, { "description": "The tag key-value pairs." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-tag-resource-request-schema.json", "description": "TagResourceRequest schema from Amazon WorkMail API" }