Boolean

boolean

A boolean value.

#boolean

type

object

oneOf

booleanValue

booleanNot

booleanOperation

comparison

booleanValue

A fixed boolean value

#booleanValue

type

object

properties

  • value

type

boolean

booleanNot

Negates the boolean value

#booleanNot

type

object

properties

  • not

boolean

booleanOperation

A Boolean operation applied to multiple Boolean values which can be ‘and’ or ‘or’.

#booleanOperation

type

object

oneOf

properties

  • and

type

array

items

boolean

additionalProperties

False

properties

  • or

type

array

items

boolean

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

  • operator

comparisonOperator

  • left

readableEntity

  • right

readableEntity

Checking whether a node or edge property is in or not in a given value list.

type

object

properties

  • operator

type

string

enum

in, not in

  • left

readableEntity

  • right

valueList