fieldAvailable
diagnostics
Configures diagnostics for Save model from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | { severity: string; code: string; path: string; message: string; }[] | Declared input representation. |
| default | | Release default applied when the field is omitted. |
| typescriptType | { severity: string; code: string; path: string; message: string; }[] | Compiler-resolved TypeScript contract. |
| required | false | — |
Configures diagnostics for Save model from its authoritative release declaration.
The declared value type is { severity: string; code: string; path: string; message: string; }[]. This field is optional.