Pinwheel · Schema

ShiftTimestamp

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
from string Datetime the work began. ISO 8601 format.
to string Datetime the work ended. ISO 8601 format.
View JSON Schema on GitHub

JSON Schema

shifttimestamp.json Raw ↑
{
  "properties": {
    "from": {
      "type": "string",
      "format": "date-time",
      "title": "from",
      "description": "Datetime the work began. ISO 8601 format."
    },
    "to": {
      "type": "string",
      "format": "date-time",
      "title": "to",
      "description": "Datetime the work ended. ISO 8601 format."
    }
  },
  "type": "object",
  "required": [
    "from",
    "to"
  ],
  "title": "ShiftTimestamp",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/ShiftTimestamp.json"
}