Skip to content

Commit 4a07685

Browse files
gaultierory-bot
authored andcommitted
chore: split network/enterprise SQL migrations in kratos
GitOrigin-RevId: a0774e2d13731cc33263c448c6787544e574572f
1 parent d76e70f commit 4a07685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (v *Validator) Validate(
5252
compiler := jsonschema.NewCompiler()
5353
resource, err := jsonschema.LoadURL(ctx, href)
5454
if err != nil {
55-
return errors.WithStack(herodot.ErrMisconfiguration.WithReasonf("Unable to parse validate JSON object against JSON schema.").WithWrap(err).WithDebugf("%s", err))
55+
return errors.WithStack(herodot.ErrMisconfiguration.WithReasonf("Unable to load or parse the JSON schema.").WithWrap(err).WithDebugf("%s", err))
5656
}
5757

5858
if o.e != nil {

0 commit comments

Comments
 (0)