Adyen · Schema

DocumentPage

PaymentsFinancial ServicesFintech

Properties

Name Type Description
pageName string
pageNumber integer
type string
View JSON Schema on GitHub

JSON Schema

adyen-documentpage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentPage",
  "title": "DocumentPage",
  "properties": {
    "pageName": {
      "type": "string"
    },
    "pageNumber": {
      "format": "int32",
      "type": "integer"
    },
    "type": {
      "enum": [
        "BACK",
        "FRONT",
        "UNDEFINED"
      ],
      "type": "string"
    }
  },
  "type": "object"
}