Coyote Logistics · Schema

OriginRequirements

Origin stop requirements

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

Properties

Name Type Description
insideStop boolean Stop requires Inside Pickup or Delivery
residentialStop boolean Residential Stop
tradeshowStop boolean Trade show Stop
liftGateStop boolean Stop requires Lift Gate
sortSegregate boolean Stop requires Sort and Segregate
limitedAccessType object
View JSON Schema on GitHub

JSON Schema

originrequirements.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OriginRequirements",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Spot.OriginRequirements",
  "type": "object",
  "properties": {
    "insideStop": {
      "type": "boolean",
      "description": "Stop requires Inside Pickup or Delivery"
    },
    "residentialStop": {
      "type": "boolean",
      "description": "Residential Stop"
    },
    "tradeshowStop": {
      "type": "boolean",
      "description": "Trade show Stop"
    },
    "liftGateStop": {
      "type": "boolean",
      "description": "Stop requires Lift Gate"
    },
    "sortSegregate": {
      "type": "boolean",
      "description": "Stop requires Sort and Segregate"
    },
    "limitedAccessType": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Enums_LimitedAccessType"
    }
  },
  "additionalProperties": false,
  "description": "Origin stop requirements"
}