Upload file_database.json
Browse files- file_database.json +29 -0
file_database.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"id": 1,
|
4 |
+
"filename": "nda",
|
5 |
+
"metaData":{
|
6 |
+
"title": "nda",
|
7 |
+
"description": "this is a non disclosure agreement",
|
8 |
+
"tags": ["nda", "document"]
|
9 |
+
}
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"id": 2,
|
13 |
+
"filename": "not_a_novice",
|
14 |
+
"metaData":{
|
15 |
+
"title": "test1",
|
16 |
+
"description": "test1",
|
17 |
+
"tags": ["test1", "test2"]
|
18 |
+
}
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"id": 3,
|
22 |
+
"filename": "kwame_nkrumah",
|
23 |
+
"metaData":{
|
24 |
+
"title": "test1",
|
25 |
+
"description": "test1",
|
26 |
+
"tags": ["test1", "test2"]
|
27 |
+
}
|
28 |
+
}
|
29 |
+
]
|