Synctera · Schema

Vendor Info

The information provided to Synctera from the vendor. Interpretation of this object is up to the client.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-vendor-info1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/vendor_info1",
  "title": "Vendor Info",
  "description": "The information provided to Synctera from the vendor. Interpretation of this object is up to the client.\n",
  "discriminator": {
    "mapping": {
      "application/json": "#/components/schemas/vendor_json",
      "text/xml": "#/components/schemas/vendor_xml"
    },
    "propertyName": "content_type"
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/vendor_json"
    },
    {
      "$ref": "#/components/schemas/vendor_xml"
    }
  ],
  "readOnly": true,
  "type": "object"
}