Adyen · Schema

Localization

Localization schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
language string Language of the terminal.
secondaryLanguage string Secondary language of the terminal.
timezone string The time zone of the terminal.
View JSON Schema on GitHub

JSON Schema

management-localization-schema.json Raw ↑
{
  "$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"
    }
  }
}