Adyen · JSON Structure

Management Localization Structure

Localization schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

Localization is a JSON Structure definition published by Adyen, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

language secondaryLanguage timezone

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
}