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 9777fd3 commit 4045e7eCopy full SHA for 4045e7e
src/main/java/com/networknt/schema/JsonMetaSchema.java
@@ -369,7 +369,7 @@ public static JsonMetaSchema getV202012() {
369
* Use {@link #getV4()} for the Draft 4 Metaschema, or if you need a builder based on Draft4, use
370
*
371
* <code>
372
- * JsonMetaSchema.builder("http://your-metaschema-iri", JsonSchemaFactory.getDraftV4()).build();
+ * JsonMetaSchema.builder("http://your-metaschema-iri", JsonMetaSchema.getDraftV4()).build();
373
* </code>
374
375
* @param iri the IRI of the metaschema that will be defined via this builder.
0 commit comments