Enum SchemaValidationOutputFormat
Defines the different output verbosities supported.
Namespace: Manatee.Json.Schema
Assembly: Manatee.Json.dll
Syntax
public enum SchemaValidationOutputFormat
Fields
Name | Description |
---|---|
Basic | Denotes that the errors will be returned as a flat list. |
Detailed | Denotes that the errors will appear in a collapsed hierarchy. |
Flag | Denotes that only a true/false value will be returned. |
Verbose | Denotes that the errors will appear in a raw, uncollapsed hierarchy. |