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 JsonMetaSchemagetInstance()Gets the meta-schema.
-
-
-
Method Detail
-
getInstance
public JsonMetaSchema getInstance()
Description copied from interface:JsonSchemaVersionGets the meta-schema.- Specified by:
getInstancein interfaceJsonSchemaVersion- Returns:
- the instance
-
-