You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ The following example demonstrates how inputs are validated against a schema. It
246
246
* Using the schema to validate the data along with setting any execution specific configuration like for instance the locale or whether format assertions are enabled.
247
247
248
248
```java
249
-
// This creates a schema factory that will use Draft 2012-12 as the default if $schema is not specified
249
+
// This creates a schema factory that will use Draft 2020-12 as the default if $schema is not specified
250
250
// in the schema data. If $schema is specified in the schema data then that schema dialect will be used
0 commit comments