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.
1 parent e59bd12 commit a66647dCopy full SHA for a66647d
README.md
@@ -274,7 +274,7 @@ String input = "{\r\n"
274
275
Set<ValidationMessage> assertions = schema.validate(input, InputFormat.JSON, executionContext -> {
276
// By default since Draft 2019-09 the format keyword only generates annotations and not assertions
277
- executionContext.getConfig().setFormatAssertionsEnabled(true);
+ executionContext.getExecutionConfig().setFormatAssertionsEnabled(true);
278
});
279
```
280
0 commit comments