Boolean
boolean
A boolean value.
#boolean |
|
type |
object |
oneOf |
|
booleanValue
A fixed boolean value
#booleanValue |
||
type |
object |
|
properties |
||
|
type |
boolean |
booleanNot
Negates the boolean value
#booleanNot |
|
type |
object |
properties |
|
|
|
booleanOperation
A Boolean operation applied to multiple Boolean values which can be ‘and’ or ‘or’.
#booleanOperation |
|||
type |
object |
||
oneOf |
properties |
||
|
type |
array |
|
items |
|||
additionalProperties |
False |
||
properties |
|||
|
type |
array |
|
items |
|||
additionalProperties |
False |
||
comparison
A comparison used in evaluating triggers and action conditions.
#comparison |
|||
oneOf |
Comparing values of nodes, edges, variables, set sizes, and fixed values |
||
type |
object |
||
properties |
|||
|
|||
|
|||
|
|||
Checking whether a node or edge property is in or not in a given value list. |
|||
type |
object |
||
properties |
|||
|
|||
type |
string |
||
enum |
in, not in |
||
|
|||
|
|||