{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-localization-schema.json",
"title": "Localization",
"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"
}
}
}