Lithic · Schema

Auth Rule Version Report Statistics

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
version integer The rule version number.
state object The evaluation mode of this version during the reported period.
action_counts object A mapping of action types to the number of times that action was returned by this version during the relevant period. Actions are the possible outcomes of a rule evaluation, such as DECLINE, CHALLENGE
examples array Example events and their outcomes for this version.
View JSON Schema on GitHub

JSON Schema

lithic-com-report-stats-v2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/report-stats-v2",
  "title": "Auth Rule Version Report Statistics",
  "type": "object",
  "properties": {
    "version": {
      "description": "The rule version number.",
      "type": "integer"
    },
    "state": {
      "description": "The evaluation mode of this version during the reported period.",
      "$ref": "#/components/schemas/auth-rule-version-state"
    },
    "action_counts": {
      "type": "object",
      "description": "A mapping of action types to the number of times that action was returned by this version during the relevant period. Actions are the possible outcomes of a rule evaluation, such as DECLINE, CHALLENGE, REQUIRE_TFA, etc. In case rule didn't trigger any action, it's counted under NO_ACTION key.",
      "additionalProperties": {
        "type": "integer"
      }
    },
    "examples": {
      "type": "array",
      "description": "Example events and their outcomes for this version.",
      "items": {
        "type": "object",
        "properties": {
          "event_token": {
            "type": "string",
            "format": "uuid",
            "description": "The event token."
          },
          "transaction_token": {
            "type": [
              "string",
              "null"
            ],
            "format": "uuid",
            "description": "The token of the transaction associated with the event"
          },
          "timestamp": {
            "type": "string",
            "format": "date-time",
            "description": "The timestamp of the event."
          },
          "actions": {
            "type": "array",
            "description": "The actions taken by this version for this event.",
            "items": {
              "oneOf": [
                {
                  "$ref": "#/components/schemas/result-authorization-action"
                },
                {
                  "$ref": "#/components/schemas/result-authentication-3ds-action"
                },
                {
                  "$ref": "#/components/schemas/tokenization-action"
                },
                {
                  "$ref": "#/components/schemas/ach-action"
                }
              ]
            }
          }
        },
        "required": [
          "event_token",
          "timestamp",
          "actions"
        ]
      }
    }
  },
  "required": [
    "version",
    "state",
    "action_counts",
    "examples"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lithic-com-report-stats-v2"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.