{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionUiLocalesSupported", "title": "ConnectionUiLocalesSupported", "type": "array", "description": "Languages and scripts supported for the user interface, represented as a JSON array of BCP47 [RFC5646] language tag values.", "minItems": 0, "maxItems": 150, "items": { "type": "string", "maxLength": 50 } }