[{
"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.
