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