![JSON Schema Diagram of /properties/Orders/items[0]/properties/Containers/items[0]/properties/Item/items[0]/properties/ItemAttrs/properties/SerialNbrs](images/property-serialnbrs.png)
| Array Index | Type | Description |
|---|---|---|
| 1-n | string |
A String value
Description : Item serial number
|
"SerialNbrs": {
"type": "array",
"items": {
"type": "string",
"description": "Item serial number"
}
}