Synctera · Schema

version

Version of the disclosure document.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/version",
  "title": "version",
  "description": "Version of the disclosure document.",
  "example": "1.0",
  "pattern": "^[0-9]+\\.[0-9]+$",
  "type": "string"
}