ValidationError public class ValidationError Documentation Code 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 JsonSchema4 Schema { get; } public ValidationError(ValidationErrorKind errorKind, string propertyName, string propertyPath, JToken token, JsonSchema4 schema)