{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/code-scanning-alert-dismissed-reason", "title": "code-scanning-alert-dismissed-reason", "type": "string", "description": "**Required when the state is dismissed.** The reason for dismissing or closing the alert.", "nullable": true, "enum": [ "false positive", "won't fix", "used in tests" ] }