Synctera · Schema

Type of Credit Application

Type of Credit Application

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-application-type1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/application_type1",
  "title": "Type of Credit Application",
  "description": "Type of Credit Application",
  "enum": [
    "LINE_OF_CREDIT"
  ],
  "example": "LINE_OF_CREDIT",
  "type": "string",
  "x-enumDescriptions": [
    {
      "LINE_OF_CREDIT": "Line of credit application type"
    }
  ]
}