Package com.networknt.schema
Class Version7
- java.lang.Object
-
- com.networknt.schema.Version7
-
- All Implemented Interfaces:
JsonSchemaVersion
public class Version7 extends Object implements JsonSchemaVersion
Draft 7 dialect.
-
-
Constructor Summary
Constructors Constructor Description Version7()
-
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
-
-