JSON Schema Property 'ItemQty'

Diagram

Drilldown into /definitions/QtyUOMJSON Schema Diagram of /properties/Orders/items[0]/properties/Containers/items[0]/properties/Item/items[0]/properties/ItemQty

Value

Object

Properties

Property Name Type Description
Qty number A Number value
ItemUOMCode string QtyUOM (common.json)
ItemUOMDesc string A String value where length <= 15
Additional Properties Type Description
Any Property any
Any type of value (boolean, integer, number, string, object, array or null).

Source

"ItemQty": {
    "type": "object",
    "additionalProperties": {},
    "properties": {
        "Qty": {
            "type": "number"
        },
        "ItemUOMCode": {
            "$ref": "https://standards.namm.org/schema/2020.1/common.json#/definitions/QtyUOM"
        },
        "ItemUOMDesc": {
            "type": "string",
            "maxLength": 15
        }
    },
    "required": [
        "Qty"
    ]
}
https://standards.namm.org/schema/2020.1/asn.json (229:46)
Documentation for ASN
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682