![JSON Schema Diagram of /definitions/productMovement/oneOf[0]](images/schema-1.png)
| Array Index | Type | Description |
|---|---|---|
| 1-n | Any | Any type of value (boolean, integer, number, string, object, array or null). |
| Additional Properties | Type | Description |
|---|---|---|
| Any Property | Any | All values are valid, no restrictions. |
{
"required": [
"loadingUnit"
]
}