Require that A Property Does Not Exist rename

author:

contributor:

published:

updated:

source uri:

Summary

Use "optional" : "forbidden". MQL also requires that you include some other property in the same...

Content

Use "optional" : "forbidden". MQL also requires that you include some other property in the same query node.

Example: Planets without anything (moon) orbiting them

> [{
> "type": "/astronomy/planet",
> "name": null,
> "/astronomy/orbital_relationship/orbited_by": [{
> "id": null,
> "optional": "forbidden"
> }]
> }]

Created by: dfhuynh via Cookbook Jul 9, 2009
Last edited by: dfhuynh via Cookbook Jul 9, 2009

Recent Discussions about Require that A Property Does Not Exist

There is no discussion about this document.

Start the Discussion »
Explore the Data
View all the data we have for Require that A Property Does Not Exist
Flag this Document
Why do you want to flag this document?