![JSON Schema Diagram of /properties/Orders/items[0]/properties/Containers/items[0]/properties/Item/items[0]/properties/ItemAttrs/properties/StdPack](images/property-stdpack.png)
| Property Name | Type | Description |
|---|---|---|
| ICQtyPerUOM | number |
A Number
value
Description : Inner Carton quantity per Unit of Measure
|
| ICUOM | string | QtyUOM (common.json) |
| StdPackType | string | A String value |
| Additional Properties | Type | Description |
| Any Property | any |
Any type of value (boolean, integer, number, string, object, array or null).
|
"StdPack": {
"type": "object",
"additionalProperties": {},
"properties": {
"ICQtyPerUOM": {
"type": "number",
"description": "Inner Carton quantity per Unit of Measure"
},
"ICUOM": {
"$ref": "https://standards.namm.org/schema/2020.1/common.json#/definitions/QtyUOM"
},
"StdPackType": {
"type": "string"
}
}
}