Files
filebrowser-durandal-widget/data/filesystem.json
2015-04-09 07:47:57 +00:00

88 lines
2.2 KiB
JSON

{
"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"
}
]
}
]
}