* `in` - in * `not_in` - not_in
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FeatureFlagFilterPropertyCohortInSchemaOperatorEnum", "title": "FeatureFlagFilterPropertyCohortInSchemaOperatorEnum", "enum": [ "in", "not_in" ], "type": "string", "description": "* `in` - in\n* `not_in` - not_in" }