Coyote Logistics · Schema

LoadStop

Load Stop

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

Properties

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

JSON Schema

loadstop.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoadStop",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.LoadStop",
  "type": "object",
  "properties": {
    "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"
}