Coyote Logistics · Schema

Unit

Distance Unit

freight brokeragelogisticstruckloadLTLless-than-truckloadshippingsupply chainfreight quotesshipment trackingload management3PLcustoms brokeragecarrier APIshipper API
View JSON Schema on GitHub

JSON Schema

unit.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Unit",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Unit",
  "enum": [
    "Miles",
    "Kilometers"
  ],
  "type": "string",
  "description": "Distance Unit"
}