mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
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"
|
|
],
|
|
"nodes": {
|
|
"id-a": {
|
|
"id": "id-a",
|
|
"name": "node a",
|
|
"mimeType": "application\/x-node",
|
|
"groups": null,
|
|
"URI": "\/a",
|
|
"hidden": false,
|
|
"linkId": null,
|
|
"destinationId": null,
|
|
"data": {
|
|
"baz": 1
|
|
},
|
|
"index": [
|
|
],
|
|
"nodes": {}
|
|
},
|
|
"id-b": {
|
|
"id": "id-b",
|
|
"name": "node b",
|
|
"mimeType": "application\/x-node",
|
|
"groups": null,
|
|
"URI": "\/b",
|
|
"hidden": false,
|
|
"linkId": null,
|
|
"destinationId": null,
|
|
"data": {
|
|
"b": "b"
|
|
},
|
|
"index": [
|
|
],
|
|
"nodes": {}
|
|
},
|
|
"id-b-link": {
|
|
"id": "id-b-link",
|
|
"name": "i link to b",
|
|
"mimeType": "application\/x-link",
|
|
"groups": null,
|
|
"URI": "\/b-link",
|
|
"hidden": false,
|
|
"linkId": "id-b",
|
|
"destinationId": null,
|
|
"data": {},
|
|
"index": [],
|
|
"nodes": {}
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|