Hi, <br>I'm wondering if someone can point me to the proper mql query for creating compound topics. For instance, say I want to create a webpage topic. I initially thought that the following query was the way to go:<br>
<br>{<br> "create":"unless_exists",<br> "type": "/common/webpage",<br> "name":"",<br> "id":null <br>}<br><br>However, I'm not sure how to manage the fact that the name property is not really a used value (i.e. there isn't a proper or unique value for "name"). Without a unique value for name, this query cannot create unique properties. Same thing happens when the name property is removed:<br>
{<br> "create":"unless_exists",<br> "type": "/common/webpage",<br> "id":null <br>}<br><br>Thanks for the help.<br>-JT<br>