Files
clan-core/inventory.json
2025-06-26 11:28:33 +02:00

14 lines
253 B
JSON

{
"machines": {
"test-inventory-machine": {
"name": "foo",
"description": "A nice thing",
"icon": "./path/to/icon.png",
"tags": ["1", "2", "3"]
},
"test-darwin-machine": {
"machineClass": "darwin"
}
}
}