Lithic · Schema

Auth Rules Backtest Report

Webhook payload for the auth_rules.backtest_report.created event.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-backtest-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/backtest-report",
  "title": "Auth Rules Backtest Report",
  "description": "Webhook payload for the auth_rules.backtest_report.created event.",
  "allOf": [
    {
      "$ref": "#/components/schemas/backtest-results"
    }
  ]
}