-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
34 lines (33 loc) · 771 Bytes
/
db.json
File metadata and controls
34 lines (33 loc) · 771 Bytes
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
{
"sections": [
{
"name": "Section one",
"titles": [
{
"title": "ssqs",
"id": "4f3a5152-b7ae-429d-b71b-7c6ecc0138fe"
}
],
"id": "cebc9f90-9b57-4286-82b7-7e3fb85eb9d6"
},
{
"name": "section2",
"titles": [
{
"title": "title 1.1",
"id": "67d9927b-d0c2-4d16-b0e9-6e73ea1e3ae2"
},
{
"id": "697e4c82-ea89-417d-a5c8-a56ec01ea446",
"title": "title 1.2"
},
{
"id": "43c9dbe7-1f4c-48d0-aa33-434e2ae9b2e7",
"title": "title 1.3"
}
],
"id": "70788ca3-9793-4bf4-948f-6dc5a0d9fac9"
}
],
"articles": []
}