Synctera · Schema

country_code

ISO-3166-1 Alpha-2 country code

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-country-code-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/country_code",
  "title": "country_code",
  "description": "ISO-3166-1 Alpha-2 country code",
  "example": "CO",
  "maxLength": 2,
  "minLength": 2,
  "type": "string"
}