lighthouse / file_database.json
aframson's picture
Upload file_database.json
c520997
[
{
"id": 1,
"filename": "nda",
"metaData":{
"title": "nda",
"description": "this is a non disclosure agreement",
"tags": ["nda", "document"]
}
},
{
"id": 2,
"filename": "not_a_novice",
"metaData":{
"title": "test1",
"description": "test1",
"tags": ["test1", "test2"]
}
},
{
"id": 3,
"filename": "kwame_nkrumah",
"metaData":{
"title": "test1",
"description": "test1",
"tags": ["test1", "test2"]
}
}
]