mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"dimension_foo": {
|
|
"id": "id-root",
|
|
"name": "root node",
|
|
"mimeType": "application\/x-node",
|
|
"groups": null,
|
|
"URI": "\/",
|
|
"hidden": false,
|
|
"linkId": null,
|
|
"destinationId": null,
|
|
"data": {
|
|
"foo": "bar"
|
|
},
|
|
"index": [
|
|
"id-a",
|
|
"id-b"
|
|
],
|
|
"nod
|