1
0
forked from clan/clan-core
clan-core/inventory.json

13 lines
239 B
JSON

{
"machines": {
"minimal-inventory-machine": {
"name": "foo",
"system": "x86_64-linux",
"description": "A nice thing",
"icon": "./path/to/icon.png",
"tags": ["1", "2", "3"]
}
},
"services": {}
}