We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JsonSchemaVersion
1 parent 9e2e151 commit 234e595Copy full SHA for 234e595
src/main/java/com/networknt/schema/JsonSchemaVersion.java
@@ -4,8 +4,6 @@
4
import java.util.List;
5
6
public abstract class JsonSchemaVersion {
7
- protected static String URI;
8
- protected static String ID;
9
public static final List<Format> BUILTIN_FORMATS = new ArrayList<Format>(JsonMetaSchema.COMMON_BUILTIN_FORMATS);
10
static {
11
// add version specific formats here.
0 commit comments