Skip to content

Commit

Permalink
Update for java-json-schema-validator v1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Mar 23, 2024
1 parent 3c9ab59 commit c9d39f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private void run(JsonNode node) throws JsonProcessingException {
schemaMappers
.mapPrefix("https://json-schema.org", "classpath:")
.mapPrefix("http://json-schema.org", "classpath:"))
.defaultMetaSchemaURI(metaSchema.getUri())
.defaultMetaSchemaIri(metaSchema.getIri())
.addMetaSchema(metaSchema);

if (runRequest.testCase().registry() != null) {
Expand Down

0 comments on commit c9d39f2

Please sign in to comment.