Lithic · Schema

Auth Rule Account Tokens

Account tokens to which the Auth Rule applies.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-account-tokens-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/account-tokens",
  "title": "Auth Rule Account Tokens",
  "description": "Account tokens to which the Auth Rule applies.",
  "type": "array",
  "items": {
    "type": "string",
    "format": "uuid"
  }
}