Coyote Logistics · Schema

DestinationRequirements

Destination stop requirements

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

Properties

Name Type Description
appointmentRequired boolean Appointment Required
carrierNotifyBeforeArrival boolean Carrier Notify Before Arrival
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

destinationrequirements.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DestinationRequirements",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Spot.DestinationRequirements",
  "type": "object",
  "properties": {
    "appointmentRequired": {
      "type": "boolean",
      "description": "Appointment Required"
    },
    "carrierNotifyBeforeArrival": {
      "type": "boolean",
      "description": "Carrier Notify Before Arrival"
    },
    "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": "Destination stop requirements"
}