We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf68afe commit 2141779Copy full SHA for 2141779
errors/validation_error.go
@@ -51,9 +51,6 @@ type SchemaValidationFailure struct {
51
// The original jsonschema.ValidationError object, if the schema failure originated from the jsonschema library.
52
OriginalJsonSchemaError *jsonschema.ValidationError `json:"-" yaml:"-"`
53
54
- // OriginalError is an alias for OriginalJsonSchemaError for backwards compatibility
55
- OriginalError *jsonschema.ValidationError `json:"-" yaml:"-"`
56
-
57
// Context is the raw schema object that failed validation (for programmatic access)
58
Context interface{} `json:"-" yaml:"-"`
59
}
0 commit comments