Property description

The spaceFilter clause filters objects based on the space(s) they belong to.

Minimal JSON

{
  "type": "spaceFilter",
  "values": [""],
  "operand": ""
}

Nested properties

PropertyDescriptionValuesMandatory
typespaceFilterstringYes
valuesName(s) of the space(s) the filter applies to.array of stringsYes
operandSee supported operand values.stringYes

Supported operand values

ValueDescription
inSelects objects from the specified space(s).
notInExcludes objects from the specified space(s).