Lithic · Schema

Statements Response

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
data array
has_more boolean
View JSON Schema on GitHub

JSON Schema

lithic-statements-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/statements_response",
  "title": "Statements Response",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/statement_response"
      }
    },
    "has_more": {
      "type": "boolean"
    }
  },
  "required": [
    "data",
    "has_more"
  ]
}