project44 · Schema

TimeWindow

LogisticsSupply Chain VisibilityTrackingFreightMulti-modal

Properties

Name Type Description
startDateTime string
endDateTime string
View JSON Schema on GitHub

JSON Schema

project44-timewindow-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TimeWindow",
  "title": "TimeWindow",
  "type": "object",
  "properties": {
    "startDateTime": {
      "type": "string",
      "format": "date-time"
    },
    "endDateTime": {
      "type": "string",
      "format": "date-time"
    }
  }
}