Adyen · Schema

IdName

IdName schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
id string The identifier of the terminal model.
name string The name of the terminal model.
View JSON Schema on GitHub

JSON Schema

management-id-name-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-id-name-schema.json",
  "title": "IdName",
  "description": "IdName schema from Adyen API",
  "type": "object",
  "properties": {
    "id": {
      "description": "The identifier of the terminal model.",
      "type": "string"
    },
    "name": {
      "description": "The name of the terminal model.",
      "type": "string"
    }
  }
}