Adyen · Schema

CapturedSignature

PaymentsFinancial ServicesFintech

Properties

Name Type Description
AreaSize object
SignaturePoint array
View JSON Schema on GitHub

JSON Schema

adyen-capturedsignature-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CapturedSignature",
  "title": "CapturedSignature",
  "type": "object",
  "properties": {
    "AreaSize": {
      "$ref": "#/components/schemas/AreaSize"
    },
    "SignaturePoint": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Point"
      }
    }
  }
}