Coyote Logistics · Schema

TemperatureUnit

Temperature Units

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

JSON Schema

temperatureunit.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TemperatureUnit",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.TemperatureUnit",
  "enum": [
    "Fahrenheit",
    "Celsius"
  ],
  "type": "string",
  "description": "Temperature Units"
}