Boolean
Value of true
or false
.
Definition
This data type refers to a true|false
boolean.
Type | Pattern |
---|---|
boolean | true|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
}
}
Updated 12 months ago