Synctera · Schema

internal_account_patch

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
description string A user provided description for the current account
View JSON Schema on GitHub

JSON Schema

synctera-internal-account-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/internal_account_patch",
  "title": "internal_account_patch",
  "properties": {
    "description": {
      "description": "A user provided description for the current account",
      "type": "string"
    }
  },
  "type": "object"
}