Coyote Logistics · Schema

LoadStopProgress

Load Stop

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

Properties

Name Type Description
milestone object
sequence integer Sequence
stopType object
facility object
appointment object
View JSON Schema on GitHub

JSON Schema

loadstopprogress.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoadStopProgress",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.LoadStopProgress",
  "type": "object",
  "properties": {
    "milestone": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Milestone"
    },
    "sequence": {
      "type": "integer",
      "description": "Sequence",
      "format": "int32"
    },
    "stopType": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.StopType"
    },
    "facility": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Facility"
    },
    "appointment": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Appointment"
    }
  },
  "additionalProperties": false,
  "description": "Load Stop"
}