TagKey schema from Amazon CodeArtifact API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-schema/codeartifact-tag-key-schema.json", "title": "TagKey", "description": "TagKey schema from Amazon CodeArtifact API", "type": "string", "pattern": "\\P{C}+", "minLength": 1, "maxLength": 128 }