Pinwheel · Schema

FreshnessPaginationListMeta

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
refreshed_at string ISO 8601 timestamp of the most recent refresh of this data.
updated_at string ISO 8601 timestamp of the last update to this object.
count integer Number of objects returned.
next_cursor string Pointer to the next page of results.
View JSON Schema on GitHub

JSON Schema

freshnesspaginationlistmeta.json Raw ↑
{
  "properties": {
    "refreshed_at": {
      "type": "string",
      "format": "date-time",
      "title": "refreshed_at",
      "description": "ISO 8601 timestamp of the most recent refresh of this data."
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "title": "updated_at",
      "description": "ISO 8601 timestamp of the last update to this object."
    },
    "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": "FreshnessPaginationListMeta",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/FreshnessPaginationListMeta.json"
}