code-scanning-alert-dismissed-reason

**Required when the state is dismissed.** The reason for dismissing or closing the alert.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-code-scanning-alert-dismissed-reason-schema.json Raw ↑
{
  "$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"
  ]
}