Describes a tag.
{ "type": "object", "required": [ "Key" ], "properties": { "Key": { "allOf": [ { "$ref": "#/components/schemas/TagKey" }, { "description": "The key of the tag." } ] }, "Value": { "allOf": [ { "$ref": "#/components/schemas/TagValue" }, { "description": "The value of the tag." } ] } }, "description": "Describes a tag.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Tag", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-tag-schema.json" }