Synctera · Schema

widget_type

The widget type

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-widget-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/widget_type",
  "title": "widget_type",
  "description": "The widget type",
  "enum": [
    "set_pin",
    "activate_card"
  ],
  "type": "string"
}