{ "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" }