Coyote Logistics · Schema

Distance

Distance to Next Stop

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

Properties

Name Type Description
value number Value
unit object
View JSON Schema on GitHub

JSON Schema

distance.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Distance",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Distance",
  "type": "object",
  "properties": {
    "value": {
      "type": "number",
      "description": "Value",
      "format": "double"
    },
    "unit": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Unit"
    }
  },
  "additionalProperties": false,
  "description": "Distance to Next Stop"
}