This commit is contained in:
2015-04-09 07:47:57 +00:00
commit 32da2df9be
809 changed files with 119606 additions and 0 deletions

88
data/filesystem.json Normal file
View File

@@ -0,0 +1,88 @@
{
"uuid":"folder1",
"name":"root",
"type":"folder",
"children":[
{
"uuid":"docs",
"name":"docs",
"type":"folder",
"children":[
{
"uuid":"multimedia",
"name":"multimedia",
"type":"folder",
"children":[
{
"name":"movie.mov",
"uuid":"movie.mov",
"type":"video",
"extra":false
},
{
"name":"icon.ico",
"uuid":"icon.ico",
"type":"image",
"extra":false
},
{
"name":"picture.png",
"uuid":"picture.png",
"type":"image",
"extra":false
}
]
},
{
"name":"readme.txt",
"uuid":"readme.txt",
"type":"text",
"extra":false
},
{
"name":"slideshow.mov",
"uuid":"slideshow.mov",
"type":"video",
"extra":false
},
{
"name":"slideshow.ppt",
"uuid":"slideshow.ppt",
"type":"powerpoint",
"extra":false
},
{
"name":"slideshow.docx",
"uuid":"slideshow.docx",
"type":"word",
"extra":false
}
]
},
{
"uuid":"structural",
"name":"structural",
"type":"folder",
"children":[
{
"name":"structure.json",
"uuid":"structure.json",
"type":"code",
"extra":"json"
},
{
"name":"structure.xml",
"uuid":"structure.xml",
"type":"code",
"extra":"xml"
},
{
"name":"structure.csv",
"uuid":"structure.csv",
"type":"code",
"extra":"csv"
}
]
}
]
}