
| Property Name | Type | Description |
|---|---|---|
| loadingUnit | object | loadingUnit (DRMDAT-01.json) |
| Additional Properties | Type | Description |
| Any Property | Any | All values are valid, no restrictions. |
"usedLoadingUnits": {
"type": "object",
"properties": {
"loadingUnit": {
"$ref": "#/definitions/loadingUnit"
}
},
"required": []
}