ConditionalFilter
ConditionalFilter
Conditional filter object which is | composed of an array of SimpleFilter. Condition is AND/OR/NOT for now.
AllOf
JSON Example
{
"filter_type": "string",
"filters": [
{
"filter_type": "string"
}
],
"condition": "string"
}