Severity of a code scanning alert.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/code-scanning-alert-severity", "title": "code-scanning-alert-severity", "type": "string", "description": "Severity of a code scanning alert.", "enum": [ "critical", "high", "medium", "low", "warning", "note", "error" ] }