{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-localization-structure.json", "description": "Localization schema from Adyen API", "type": "object", "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" } }, "name": "Localization" }