Boolean

Value of true or false.

Definition

This data type refers to a true|false boolean.

TypePattern
booleantrue|false
{
  "<propertyKey>": true
}

Search

The boolean datatype can be used in the following operator:

Equal

When a property is of type boolean, the user can use the equal operator to find any resource that would have a property with a value of true or false.

{
  "eq": {
    "<propertyKey>": true
  }
}