fieldAvailable
severity
Configures severity for Structured diagnostic report from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | enum | Declared input representation. |
| default | | Release default applied when the field is omitted. |
| typescriptType | "warning" | "error" | Compiler-resolved TypeScript contract. |
| required | true | — |
| readOnly | true | — |
| 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.