forest/todos/hyperlog/graph.json

20 lines
365 B
JSON
Raw Normal View History

{
"forest": {
"type": "user",
"projects": {
"type": "section",
"artifacts": {
"type": "item",
"title": "artifacts",
"description": "",
"state": "not-done"
},
"projects": {
"type": "item",
"title": "projects",
"description": "",
"state": "not-done"
}
}
}
}