Skip to content

JsonSchemaResultsLevel

Definition

Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: JsonSchemaResultsLevel.cs

The level of result to collect for an IJsonSchemaResultsCollector.

public enum JsonSchemaResultsLevel : IComparable, ISpanFormattable, IFormattable, IConvertible

Implements

IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Field Type Description
Basic static JsonSchemaResultsLevel Includes basic location and message information about schema matching failures.
Detailed static JsonSchemaResultsLevel Includes detailed location and message information about schema matching failures.
Verbose static JsonSchemaResultsLevel Includes full location and message information for schema matching.

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue