Adyen · Schema

LocalDate

PaymentsFinancial ServicesFintech

Properties

Name Type Description
month integer
year integer
View JSON Schema on GitHub

JSON Schema

adyen-localdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocalDate",
  "title": "LocalDate",
  "properties": {
    "month": {
      "format": "int32",
      "type": "integer"
    },
    "year": {
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object"
}