contentserver/server/requests/content.json
2013-08-22 18:38:50 +02:00

26 lines
396 B
JSON

{
"env" : {
"region" : "de",
"language" : "de",
"groups" : ["admin", "www"],
"data" : {
"crazy": "stuff",
"data" : {
"crazy": "stuff"
}
}
},
"URI" : "/home",
"nodes" : {
"main" : {
"id" : "id-xxx",
"mimeTypes" : ["text/html"],
"expand" : false
},
"meta" : {
"id" : "id-yyy",
"mimeTypes" : ["application/x-radactFolder"],
"expand" : true
}
}
}