Synctera · Schema

digital_wallet_token_address_verification

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
validate boolean
View JSON Schema on GitHub

JSON Schema

synctera-digital-wallet-token-address-verification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/digital_wallet_token_address_verification",
  "title": "digital_wallet_token_address_verification",
  "properties": {
    "validate": {
      "example": false,
      "type": "boolean"
    }
  },
  "type": "object"
}