Coyote Logistics · Schema

TemperatureSettings

Defines the temperature settings of load

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

Properties

Name Type Description
preCoolTemperature object
maximumTemperature object
minimumTemperature object
View JSON Schema on GitHub

JSON Schema

temperaturesettings.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TemperatureSettings",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.TemperatureSettings",
  "type": "object",
  "properties": {
    "preCoolTemperature": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.Temperature"
    },
    "maximumTemperature": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.Temperature"
    },
    "minimumTemperature": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.Temperature"
    }
  },
  "additionalProperties": false,
  "description": "Defines the temperature settings of load"
}