Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

response for getDataNode is

...


{

...

But we send this body when creating/updating DataNode (i.e. its wrapped using module information)
{    "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...
 

Code Block
{
   "bookstore-name":"Chapters",
   "categories":[ 
      ...
   ]
}