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