JSON Schema Property 'ShipmentRefs'

Diagram

JSON Schema Diagram of /properties/ShipmentRefs

Value

Object

Properties

Property Name Type Description
MasterBOL string A String value where length <= 25
Description : Shipment master Bill Of Lading number
PRONbr string A String value where length <= 25
Description : Shipment PRO number
ConfNbr string A String value where length <= 25
Description : Shipment confirmation number
Additional Properties Type Description
Any Property any
Any type of value (boolean, integer, number, string, object, array or null).

Source

"ShipmentRefs": {
    "type": "object",
    "additionalProperties": {},
    "properties": {
        "MasterBOL": {
            "type": "string",
            "description": "Shipment master Bill Of Lading number",
            "maxLength": 25
        },
        "PRONbr": {
            "type": "string",
            "description": "Shipment PRO number",
            "maxLength": 25
        },
        "ConfNbr": {
            "type": "string",
            "description": "Shipment confirmation number",
            "maxLength": 25
        }
    }
}
https://standards.namm.org/schema/2020.1/asn.json (53:10)
Documentation for ASN
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682