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