Pinwheel · Schema

Document

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
id string Unique identifier of the document object.
download_url string URL from which the document may be downloaded.
download_url_expiration string ISO 8601 timestamp of when the download URL will no longer be valid.
View JSON Schema on GitHub

JSON Schema

documentobjpublicresponseitem.json Raw ↑
{
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "title": "id",
      "description": "Unique identifier of the document object."
    },
    "download_url": {
      "type": "string",
      "title": "download_url",
      "description": "URL from which the document may be downloaded."
    },
    "download_url_expiration": {
      "type": "string",
      "format": "date-time",
      "title": "download_url_expiration",
      "description": "ISO 8601 timestamp of when the download URL will no longer be valid."
    }
  },
  "type": "object",
  "required": [
    "id"
  ],
  "title": "Document",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/DocumentObjPublicResponseItem.json"
}