/guid/9202a8c04000641f80000000042b1dd4 rename
author:
contributor:
published:
updated:
source uri:
Summary
In the documentation, most of the examples are of the form:[{
"id|=":["/type/type", "/type...
"id|=":["/type/type", "/type...
Content
In the documentation, most of the examples are of the form:[{
"id|=":["/type/type", "/type/property", "/type/key"],
"id":null,
"/type/type/properties":[]
}]But to make them work in the query editor, you need to enter:{ "query":[{ "/type/type/properties":[], "id":null, "id|=":["/type/type","/type/property","/type/key"] }]}The query edtor should either accept or fix up queries pasted in from the documentation.
"id|=":["/type/type", "/type/property", "/type/key"],
"id":null,
"/type/type/properties":[]
}]But to make them work in the query editor, you need to enter:{ "query":[{ "/type/type/properties":[], "id":null, "id|=":["/type/type","/type/property","/type/key"] }]}The query edtor should either accept or fix up queries pasted in from the documentation.
Recent Discussions about None
There is no discussion about this document.
Start the Discussion »