Package com.networknt.schema
Interface JsonSchemaVersion
-
- All Known Implementing Classes:
Version201909
,Version202012
,Version4
,Version6
,Version7
public interface JsonSchemaVersion
Json schema version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonMetaSchema
getInstance()
Gets the meta-schema.
-
-
-
Method Detail
-
getInstance
JsonMetaSchema getInstance()
Gets the meta-schema.- Returns:
- the instance
-
-