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

ValidationError

public class ValidationError
public bool HasLineInfo { get; }

public ValidationErrorKind Kind { get; }

public int LineNumber { get; }

public int LinePosition { get; }

public string Path { get; }

public string Property { get; }

public JsonSchema Schema { get; }

public JToken Token { get; }

public ValidationError(ValidationErrorKind errorKind, string propertyName, string propertyPath, JToken token, JsonSchema schema)

Initializes a new instance of the ValidationError class.