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.
2 parents 8c2642e + 85bbf42 commit 61989feCopy full SHA for 61989fe
schema/validator.go
@@ -41,7 +41,7 @@ func (e ValidationError) Error() string {
41
func (v Validator) Validate(src io.Reader) error {
42
buf, err := ioutil.ReadAll(src)
43
if err != nil {
44
- return errors.Wrap(err, "unable to read manifest")
+ return errors.Wrap(err, "unable to read the document file")
45
}
46
47
sl := gojsonschema.NewReferenceLoaderFileSystem("file:///"+specs[v], fs)
0 commit comments