Coyote Logistics · Schema

Facility

Facility

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

Properties

Name Type Description
name string Name
address object
geoCoordinates object
View JSON Schema on GitHub

JSON Schema

facility.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Facility",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Facility",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name",
      "nullable": true
    },
    "address": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.TrackingAddress"
    },
    "geoCoordinates": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Tracking.GeoCoordinates"
    }
  },
  "additionalProperties": false,
  "description": "Facility"
}