TagKeyList schema from AWS Well-Architected Tool API
{ "type": "array", "items": { "$ref": "#/components/schemas/TagKey" }, "minItems": 1, "maxItems": 50, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TagKeyList", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-tag-key-list-schema.json", "description": "TagKeyList schema from AWS Well-Architected Tool API" }