Coyote Logistics · Schema
EquipmentAttributes
Equipment attributes
freight brokeragelogisticstruckloadLTLless-than-truckloadshippingsupply chainfreight quotesshipment trackingload management3PLcustoms brokeragecarrier APIshipper API
Properties
| Name | Type | Description |
|---|---|---|
| foodGrade | boolean | Is food grade |
| paperGrade | boolean | Is paper grade |
| preCoolRequired | boolean | Is pre-cool required |
| liftGate | boolean | Is lift gate |
| palletJack | boolean | Is pallet jack |
| airRide | boolean | Is air ride |
| trailerXYearsOrNewer | integer | Trailer X years or newer |
| xLoadLocks | integer | X load locks |
| xLoadBars | integer | X load bars |
| xLoadStraps | integer | X load straps |
| xSideboards | integer | X sideboards |
| eTrack | boolean | Is ETrack |
| chains | boolean | Is chains |
| noRollDoor | boolean | Is no roll door |
| rollDoorAllowed | boolean | Is roll door allowed |
| noReefer | boolean | Is no reefer |
| noLiftGate | boolean | Is no lift gate |
| doubleTrailer | boolean | Is double trailer |
| tripleTrailer | boolean | Is triple trailer |
| loadOutTrailer | boolean | Is load out trailer |
| towAway | boolean | Is tow away |
| lightweightEquipment | boolean | Is lightweight equipment |
| scaleUpToXPounds | integer | Scale up to X pounds |
| scaleUpToXKilograms | integer | Scale up to X kilograms |
| tandemSlide | boolean | Is tandem slide |
| downloadableReefer | boolean | Is downloadable reefer |
| spaceSaverReefer | boolean | Is space saver reefer |
| translucentTop | boolean | Is translucent top |
| duraplate | boolean | Is duraplate |
| ventedVan | boolean | Is vented van |
| functionalAirChute | boolean | Is functional air chute |
| trailerMustHaveAllWoodFloors | boolean | Is trailer must have allWood floors |
| xlCode | boolean | Is Xl code |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "EquipmentAttributes",
"x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.EquipmentAttributes",
"type": "object",
"properties": {
"foodGrade": {
"type": "boolean",
"description": "Is food grade"
},
"paperGrade": {
"type": "boolean",
"description": "Is paper grade"
},
"preCoolRequired": {
"type": "boolean",
"description": "Is pre-cool required"
},
"liftGate": {
"type": "boolean",
"description": "Is lift gate"
},
"palletJack": {
"type": "boolean",
"description": "Is pallet jack"
},
"airRide": {
"type": "boolean",
"description": "Is air ride"
},
"trailerXYearsOrNewer": {
"type": "integer",
"description": "Trailer X years or newer",
"format": "int32"
},
"xLoadLocks": {
"type": "integer",
"description": "X load locks",
"format": "int32"
},
"xLoadBars": {
"type": "integer",
"description": "X load bars",
"format": "int32"
},
"xLoadStraps": {
"type": "integer",
"description": "X load straps",
"format": "int32"
},
"xSideboards": {
"type": "integer",
"description": "X sideboards",
"format": "int32"
},
"eTrack": {
"type": "boolean",
"description": "Is ETrack"
},
"chains": {
"type": "boolean",
"description": "Is chains"
},
"noRollDoor": {
"type": "boolean",
"description": "Is no roll door"
},
"rollDoorAllowed": {
"type": "boolean",
"description": "Is roll door allowed"
},
"noReefer": {
"type": "boolean",
"description": "Is no reefer"
},
"noLiftGate": {
"type": "boolean",
"description": "Is no lift gate"
},
"doubleTrailer": {
"type": "boolean",
"description": "Is double trailer"
},
"tripleTrailer": {
"type": "boolean",
"description": "Is triple trailer"
},
"loadOutTrailer": {
"type": "boolean",
"description": "Is load out trailer"
},
"towAway": {
"type": "boolean",
"description": "Is tow away"
},
"lightweightEquipment": {
"type": "boolean",
"description": "Is lightweight equipment"
},
"scaleUpToXPounds": {
"type": "integer",
"description": "Scale up to X pounds",
"format": "int32"
},
"scaleUpToXKilograms": {
"type": "integer",
"description": "Scale up to X kilograms",
"format": "int32"
},
"tandemSlide": {
"type": "boolean",
"description": "Is tandem slide"
},
"downloadableReefer": {
"type": "boolean",
"description": "Is downloadable reefer"
},
"spaceSaverReefer": {
"type": "boolean",
"description": "Is space saver reefer"
},
"translucentTop": {
"type": "boolean",
"description": "Is translucent top"
},
"duraplate": {
"type": "boolean",
"description": "Is duraplate"
},
"ventedVan": {
"type": "boolean",
"description": "Is vented van"
},
"functionalAirChute": {
"type": "boolean",
"description": "Is functional air chute"
},
"trailerMustHaveAllWoodFloors": {
"type": "boolean",
"description": "Is trailer must have allWood floors"
},
"xlCode": {
"type": "boolean",
"description": "Is Xl code"
}
},
"additionalProperties": false,
"description": "Equipment attributes"
}