Synctera · Schema

socure_match

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
comments object
entityId string
matchFields array
sourceUrls array
status string
View JSON Schema on GitHub

JSON Schema

synctera-socure-match-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/socure_match",
  "title": "socure_match",
  "properties": {
    "comments": {
      "properties": {
        "relatedURL": {
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "entityId": {
      "type": "string"
    },
    "matchFields": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "sourceUrls": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "status": {
      "type": "string"
    }
  },
  "required": [
    "entityId",
    "status"
  ],
  "type": "object"
}