Coyote Logistics · Schema

TemperatureSettingType

Temperature settings

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

JSON Schema

temperaturesettingtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TemperatureSettingType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.TemperatureSettingType",
  "enum": [
    "Continuous",
    "Cycle"
  ],
  "type": "string",
  "description": "Temperature settings"
}