Skip to documentation content
On this page
  1. Reference

severity

Configures severity for Structured diagnostic report from its authoritative release declaration.

Reference

FieldValueDescription
valueTypeenumDeclared input representation.
defaultRelease default applied when the field is omitted.
typescriptType"warning" | "error"Compiler-resolved TypeScript contract.
requiredtrue
readOnlytrue
allowed["warning","error"]Allowed declaration values.

Configures severity for Structured diagnostic report from its authoritative release declaration.

The declared value type is enum. Allowed values are ["warning","error"]. This field is required.