Synctera · Schema

socure_match_list

Array of socure matches

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-socure-match-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/socure_match_list",
  "title": "socure_match_list",
  "description": "Array of socure matches",
  "items": {
    "$ref": "#/components/schemas/socure_match"
  },
  "type": "array"
}