Synctera · Schema

patch_document

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
description string
name string
View JSON Schema on GitHub

JSON Schema

synctera-patch-document-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/patch_document",
  "title": "patch_document",
  "properties": {
    "description": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  },
  "type": "object"
}