Coyote Logistics · Schema

Enums_DocumentExtensionType

Document Extension Type

freight brokeragelogisticstruckloadLTLless-than-truckloadshippingsupply chainfreight quotesshipment trackingload management3PLcustoms brokeragecarrier APIshipper API
View JSON Schema on GitHub

JSON Schema

enums_documentextensiontype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Enums_DocumentExtensionType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Enums_DocumentExtensionType",
  "enum": [
    "Undefined",
    "Pdf",
    "Txt",
    "Tif",
    "Tiff",
    "Bmp",
    "Dib",
    "Gif",
    "Jpeg",
    "Jpg",
    "Jpe",
    "Jfif",
    "Png",
    "Doc",
    "Docx",
    "Rtf",
    "Mht",
    "Htm",
    "Html",
    "Xml",
    "Zip"
  ],
  "type": "string",
  "description": "Document Extension Type"
}