Package com.networknt.schema
Class Version201909
- java.lang.Object
-
- com.networknt.schema.Version201909
-
- All Implemented Interfaces:
JsonSchemaVersion
public class Version201909 extends Object implements JsonSchemaVersion
Draft 2019-09 dialect.
-
-
Constructor Summary
Constructors Constructor Description Version201909()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonMetaSchema
getInstance()
Gets the meta-schema.
-
-
-
Method Detail
-
getInstance
public JsonMetaSchema getInstance()
Description copied from interface:JsonSchemaVersion
Gets the meta-schema.- Specified by:
getInstance
in interfaceJsonSchemaVersion
- Returns:
- the instance
-
-