{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/secret-scanning-alert-resolution", "title": "secret-scanning-alert-resolution", "type": "string", "description": "**Required when the `state` is `resolved`.** The reason for resolving the alert.", "nullable": true, "enum": [ "false_positive", "wont_fix", "revoked", "used_in_tests" ] }