Coyote Logistics · Schema

LoadEquipmentRequirementType

Load Equipment requirement types

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

JSON Schema

loadequipmentrequirementtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoadEquipmentRequirementType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.LoadEquipmentRequirementType",
  "enum": [
    "FoodGrade",
    "PaperGrade",
    "LiftGate",
    "PalletJack",
    "AirRide",
    "TrailerXYearsOrNewer",
    "XLoadLocks",
    "XLoadBars",
    "XLoadStraps",
    "ETrack",
    "Chains",
    "NoRollDoor",
    "NoReefer",
    "NoLiftGate",
    "DoubleTrailer",
    "TripleTrailer",
    "LoadOutTrailer",
    "TowAway",
    "LightweightEquipment",
    "TandemSlide",
    "DownloadableReefer",
    "SpaceSaverReefer",
    "TranslucentTop",
    "Duraplate",
    "VentedVan",
    "FunctionalAirChute",
    "RollDoorAllowed",
    "XSideboards",
    "ScaleUpToXPounds",
    "ScaleUpToXKilograms",
    "TrailerMustHaveAllWoodFloors",
    "XlCode"
  ],
  "type": "string",
  "description": "Load Equipment requirement types"
}