Pleo · Schema

CursorPaginatedResponseTaxCodeModel

Expense ManagementCompany CardsSpend ManagementReimbursementsAccountingFinTechFinance

Properties

Name Type Description
data array
pagination object
View JSON Schema on GitHub

JSON Schema

pleo-cursor-paginated-response-tax-code-model-schema.json Raw ↑
{
  "required": [
    "data",
    "pagination"
  ],
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TaxCodeModel"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/CursorPageInfo"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CursorPaginatedResponseTaxCodeModel"
}