Lithic · Schema

UpdateFinancialAccountRequest

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
nickname string
View JSON Schema on GitHub

JSON Schema

lithic-updatefinancialaccountrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateFinancialAccountRequest",
  "title": "UpdateFinancialAccountRequest",
  "properties": {
    "nickname": {
      "maxLength": 256,
      "title": "Nickname",
      "type": "string"
    }
  },
  "type": "object"
}