Skip to content

Boolean filters

A filter that applies a comparison to a boolean value.

Property Type Description
operator EquivalenceOperators The operator to apply to the filter value
value boolean The value to use for the filter operation

A JSON example of this model.

{
"operator": "eq",
"value": true
}
VersionChangesSchema
0.4.0
  • Added BooleanComparisonFilter model
BooleanComparisonFilter.yaml