Lithic · Schema

Auth Rule State

The state of the Auth Rule

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-auth-rule-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/auth-rule-state",
  "title": "Auth Rule State",
  "type": "string",
  "description": "The state of the Auth Rule",
  "enum": [
    "ACTIVE",
    "INACTIVE"
  ]
}