Lithic · Schema

action_explanation

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
explanation string Optional explanation for why this action was taken
View JSON Schema on GitHub

JSON Schema

lithic-action-explanation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/action_explanation",
  "title": "action_explanation",
  "type": "object",
  "properties": {
    "explanation": {
      "type": "string",
      "description": "Optional explanation for why this action was taken"
    }
  }
}