Coyote Logistics · Schema

Milestone

Milestone

freight brokeragelogisticstruckloadLTLless-than-truckloadshippingsupply chainfreight quotesshipment trackingload management3PLcustoms brokeragecarrier APIshipper API

Properties

Name Type Description
driverArrivalDateTimeUtc string Driver Arrival DateTime in Utc
trailerArriveDateTimeUtc string Trailer Arrive DateTime in Utc
trailerLoadedDateTimeUtc string Trailer Loaded DateTime in Utc
trailerEmptyDateTimeUtc string Trailer Empty DateTime in Utc
driverDepartureDateTimeUtc string Driver Departure DateTime in Utc
View JSON Schema on GitHub

JSON Schema

milestone.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Milestone",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Milestone",
  "type": "object",
  "properties": {
    "driverArrivalDateTimeUtc": {
      "type": "string",
      "description": "Driver Arrival DateTime in Utc",
      "format": "date-time",
      "nullable": true
    },
    "trailerArriveDateTimeUtc": {
      "type": "string",
      "description": "Trailer Arrive DateTime in Utc",
      "format": "date-time",
      "nullable": true
    },
    "trailerLoadedDateTimeUtc": {
      "type": "string",
      "description": "Trailer Loaded DateTime in Utc",
      "format": "date-time",
      "nullable": true
    },
    "trailerEmptyDateTimeUtc": {
      "type": "string",
      "description": "Trailer Empty DateTime in Utc",
      "format": "date-time",
      "nullable": true
    },
    "driverDepartureDateTimeUtc": {
      "type": "string",
      "description": "Driver Departure DateTime in Utc",
      "format": "date-time",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Milestone"
}