<PackageReference Include="NJsonSchema" Version="0.1.5479.38772" />

ValidationErrorKind

public enum ValidationErrorKind
Enumeration of the possible error kinds.

An array is expected.

A boolean is expected.

A date time is expected.

An Email is expected.

The object matches the not allowed schema.

An integer is expected.

The integer is not a multiple of the given integer.

The integer is too big.

The integer is too small.

The items in the array are not unique.

NotAllOf = 22

The object is not all of the given schemas.

NotAnyOf = 21

The object is not any of the given schemas.

The value is not one of the allowed enumerations.

NotOneOf = 23

The object is not one of the given schemas.

An array is expected.

A number is expected.

The number is not a multiple of the given number.

The number is too big.

The number is too small.

An object is expected.

The Regex pattern does not match.

The property is required but not found.

A string is expected.

The string is too long.

The string is too short.

The array contains too few items.

The array contains too many items.

Unknown = 0

An URI is expected.