{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LabelsUpdate", "title": "LabelsUpdate", "description": "Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. \n\nLabels are intended to store **INTERNAL** metadata.\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, "nullable": true }, "maxProperties": 50, "nullable": true, "writeOnly": true }