Coyote Logistics · Schema

LoadEquipmentRequirement

Load equipment requirement

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

Properties

Name Type Description
requirementType object
requirementValue string Requirement value
View JSON Schema on GitHub

JSON Schema

loadequipmentrequirement.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoadEquipmentRequirement",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.LoadEquipmentRequirement",
  "type": "object",
  "properties": {
    "requirementType": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.LoadEquipmentRequirementType"
    },
    "requirementValue": {
      "type": "string",
      "description": "Requirement value",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Load equipment requirement"
}