{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TagKey", "title": "TagKey", "type": "string", "pattern": "^(?!aws:)[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*$", "minLength": 1, "maxLength": 128 }