Adyen · Schema

Point

PaymentsFinancial ServicesFintech

Properties

Name Type Description
X string
Y string
View JSON Schema on GitHub

JSON Schema

adyen-point-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Point",
  "title": "Point",
  "type": "object",
  "properties": {
    "X": {
      "type": "string"
    },
    "Y": {
      "type": "string"
    }
  },
  "required": [
    "X",
    "Y"
  ]
}