Jeff Davis 5 days ago committed by GitHub
commit f22bcb58c6
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