JSON Schema Property 'ShipmentQty'

Diagram

JSON Schema Diagram of /properties/ShipmentQty

Value

Object

Properties

Property Name Type Description
ContainerQty integer A Integer value
Description : Number of units per container
ShipmentItemQty integer A Integer value
Description : Number of units in shipment
Additional Properties Type Description
Any Property any
Any type of value (boolean, integer, number, string, object, array or null).

Source

"ShipmentQty": {
    "type": "object",
    "additionalProperties": {},
    "properties": {
        "ContainerQty": {
            "type": "integer",
            "description": "Number of units per container"
        },
        "ShipmentItemQty": {
            "type": "integer",
            "description": "Number of units in shipment"
        }
    },
    "required": [
        "ContainerQty"
    ]
}
https://standards.namm.org/schema/2020.1/asn.json (74:10)
Documentation for ASN
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682