Synctera · Schema

socure_matches

Contains key-value pair of the Source list name and an array of details about that match.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-socure-matches-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/socure_matches",
  "title": "socure_matches",
  "additionalProperties": {
    "$ref": "#/components/schemas/socure_match_list"
  },
  "description": "Contains key-value pair of the Source list name and an array of details about that match.",
  "type": "object"
}