14 lines
253 B
JSON
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"
|
|
}
|
|
}
|
|
}
|