Jeff Davis 6 days ago committed by GitHub
commit 80d954390a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -135,7 +135,7 @@ func ValidateAgainstSingleSchema(values common.Values, schemaJSON []byte) (reter
if err != nil {
return err
}
slog.Debug("unmarshalled JSON schema", "schema", schemaJSON)
slog.Debug("unmarshalled JSON schema", "schema", string(schemaJSON))
// Configure compiler with loaders for different URL schemes
loader := jsonschema.SchemeURLLoader{

Loading…
Cancel
Save