ConceptCreator/testModel/items/Inventory/Inventory.json
Sebastian Böckelmann fed0ca99bf
All checks were successful
E2E Testing / test (push) Successful in 1m33s
Persist Itemgroups
2024-05-09 09:12:46 +02:00

22 lines
513 B
JSON

{
"componentName": "Inventory",
"componentDescription": "",
"itemGroupCharacteristics": [
{
"characteristicName": "Test0",
"characteristicDescription": ""
}
],
"manuallyInheritedItems": [
{
"componentName": "Hose 1",
"componentDescription": "",
"itemCharacteristicValues": [
{
"key": "Test0",
"value": 0
}
]
}
]
}