* `notify` - Notify * `suppress` - Suppress
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InvestigationInconclusiveActionEnum", "title": "InvestigationInconclusiveActionEnum", "enum": [ "notify", "suppress" ], "type": "string", "description": "* `notify` - Notify\n* `suppress` - Suppress" }