-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
43 lines (43 loc) · 1.27 KB
/
example.json
File metadata and controls
43 lines (43 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"id": "3Fg5obHI7PmBZXN4RUM2c",
"name": "Example Entity",
"fileName": "3Fg5obHI7PmBZXN4RUM2c.json",
"createdAt": "2026-04-02T10:07:55.701Z",
"updatedAt": "2026-04-02T10:08:33.435Z",
"branches": [
{
"id": "branch_1",
"name": "Introducing the new feature",
"createdAt": "2026-04-02T10:07:55.701Z",
"points": [
{
"id": "point_1",
"name": "Start point",
"description": "This is the start point",
"status": "done",
"createdAt": "2026-04-02T11:07:55.701Z",
"toDoUntil": "2026-04-02T12:08:33.435Z",
"doneAt": "2026-04-02T11:08:33.435Z",
"subBranches": [
{
"id": "subbranch_1",
"name": "Subbranch 1",
"createdAt": "2026-04-02T11:07:55.701Z",
"points": [
{
"id": "subpoint_1",
"name": "Subpoint 1",
"description": "This is the subpoint 1",
"status": "done",
"createdAt": "2026-04-02T11:07:55.701Z",
"toDoUntil": "2026-04-02T12:08:33.435Z",
"doneAt": "2026-04-02T11:08:33.435Z"
}
]
}
]
}
]
}
]
}