TagMap schema from AWS Well-Architected Tool API
{ "type": "object", "minProperties": 1, "maxProperties": 50, "additionalProperties": { "$ref": "#/components/schemas/TagValue" }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TagMap", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-tag-map-schema.json", "description": "TagMap schema from AWS Well-Architected Tool API" }