TagKey schema from Amazon Managed Service for Prometheus API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-schema/amazon-managed-prometheus-tag-key-schema.json", "title": "TagKey", "description": "TagKey schema from Amazon Managed Service for Prometheus API", "type": "string", "pattern": "([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)" }