![JSON Schema Diagram of /properties/Orders/items[0]/properties/Containers/items[0]/properties/Item/items[0]/properties/ItemAttrs/properties/StdContainer](images/property-stdcontainer.png)
| 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).
|
"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"
}
}
}