Pinwheel · Schema

PaginationMeta

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
count integer Number of objects returned.
next_cursor string Pointer to the next page of results.
View JSON Schema on GitHub

JSON Schema

paginationmeta.json Raw ↑
{
  "properties": {
    "count": {
      "type": "integer",
      "title": "count",
      "description": "Number of objects returned."
    },
    "next_cursor": {
      "type": "string",
      "title": "next_cursor",
      "description": "Pointer to the next page of results."
    }
  },
  "type": "object",
  "title": "PaginationMeta",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/PaginationMeta.json"
}