{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Localization", "title": "Localization", "properties": { "language": { "description": "Language of the terminal.", "type": "string" }, "secondaryLanguage": { "description": "Secondary language of the terminal.", "type": "string" }, "timezone": { "description": "The time zone of the terminal.", "type": "string" } }, "type": "object" }