JSON Schema Property 'StdContainer'

Diagram

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

Value

Object

Properties

Property Name Type Description
MCQtyPerUOM number A Number value
Description : Master Carton quantity per Unit of Measure
MCUOM string QtyUOM (common.json)
StdContainerType string A String value
Additional Properties Type Description
Any Property any
Any type of value (boolean, integer, number, string, object, array or null).

Source

"StdContainer": {
    "type": "object",
    "additionalProperties": {},
    "properties": {
        "MCQtyPerUOM": {
            "type": "number",
            "description": "Master Carton quantity per Unit of Measure"
        },
        "MCUOM": {
            "$ref": "https://standards.namm.org/schema/2020.1/common.json#/definitions/QtyUOM"
        },
        "StdContainerType": {
            "type": "string"
        }
    }
}
https://standards.namm.org/schema/2020.1/asn.json (275:54)
Documentation for ASN
Generated using Liquid Studio 2019 - Data Designer Edition 17.1.14.9682