Coyote Logistics · Schema

GenericAttributeItem

Generic Attribute

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

Properties

Name Type Description
key string Unique name
displayText string Display name
View JSON Schema on GitHub

JSON Schema

genericattributeitem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GenericAttributeItem",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.GenericAttributeItem",
  "required": [
    "displayText",
    "key"
  ],
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Unique name"
    },
    "displayText": {
      "type": "string",
      "description": "Display name"
    }
  },
  "additionalProperties": false,
  "description": "Generic Attribute"
}