IDiagnosticReporter Interface
Interface used to report IDiagnostic objects created during schema validation.
Implemented by
Methods
| Name | Description | |
|---|---|---|
| report(diagnostic: AnyDiagnostic): void | Handles the given IDiagnostic based on the implementation requirements for a |
Properties
| Name | Type | Description | |
|---|---|---|---|
| localization | Localization | undefined | The localization object to use for message translation. | |
| suppressions | Map<string, string[]> | undefined | A map where the key is a schema full name and the value is a collection |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.