mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
44 lines
575 B
JSON
44 lines
575 B
JSON
{
|
|
"status": 200,
|
|
"nodes" : {
|
|
"main" : {
|
|
"id" : "xxx",
|
|
"name" : "home",
|
|
"nodes" : {
|
|
|
|
}
|
|
},
|
|
"footer" : {
|
|
|
|
},
|
|
"meta" : {
|
|
|
|
}
|
|
},
|
|
"content" : {
|
|
"item" : {
|
|
"id" : "xxx-content-id",
|
|
"name" : "foo",
|
|
"mimeType" : ""
|
|
},
|
|
"handler" : "creation/full",
|
|
"data": {
|
|
"foo" : "bar"
|
|
},
|
|
"uris" : {
|
|
"id-yyy" : "/de/...",
|
|
""
|
|
}
|
|
},
|
|
"linksToOtherRegionsAndLanguages": {
|
|
"ch" : {
|
|
"de" : "/ch/de/foo",
|
|
"it" : "/ch/it/va-fan-foo",
|
|
// no fr no have
|
|
},
|
|
"si" : {
|
|
"si" : "/si/si/..."
|
|
}
|
|
// no other regions for this one
|
|
}
|
|
} |