Type of match to apply
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AculMatchTypeEnum", "title": "AculMatchTypeEnum", "type": "string", "description": "Type of match to apply", "enum": [ "includes_any", "excludes_any" ] }