{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Labels", "title": "Labels", "description": "Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. \n\nKeys must be of length 1-63 characters, and cannot start with \"kong\", \"konnect\", \"mesh\", \"kic\", or \"_\".\n", "type": "object", "example": { "env": "test" }, "additionalProperties": { "type": "string", "pattern": "^[a-z0-9A-Z]{1}([a-z0-9A-Z-._]*[a-z0-9A-Z]+)?$", "minLength": 1, "maxLength": 63 }, "maxProperties": 50 }