Pinwheel · Schema

RefreshableMeta

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.
View JSON Schema on GitHub

JSON Schema

refreshablemeta.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."
    }
  },
  "type": "object",
  "title": "RefreshableMeta",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/RefreshableMeta.json"
}