response for getDataNode isresponse for getDataNode is
Code Block |
---|
{
"test:bookstore":{
"bookstore-name":"Chapters",
"categories":[
...
]
}
} |
But we send this body when creating/updating DataNode (i.e. its wrapped using module information)
{
Code Block |
---|
...
{ |
...
"test:bookstore":{ "bookstore-name":"Chapters", "categories":[ ... ] } |
...
} |
This might have been discussed in the past, this Jira is just a placeholder to start a quick investigation and decide what we agreed to do or want to do now
...
...
...