ConceptCreator/testModel/items/Inventory/Inventory.json

23 lines
537 B
JSON
Raw Normal View History

2024-05-09 09:12:46 +02:00
{
"componentName": "Inventory",
"componentDescription": "",
"itemGroupCharacteristics": [
{
"characteristicName": "Test0",
"characteristicDescription": ""
}
],
"manuallyInheritedItems": [
{
"componentName": "Hose 1",
"componentDescription": "",
"itemCharacteristicValues": [
{
"key": "Test0",
"value": 0
}
]
}
2024-05-09 13:33:26 +02:00
],
"itemgroupType": 1
2024-05-09 09:12:46 +02:00
}