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.
1 parent 5210f30 commit 8e74633Copy full SHA for 8e74633
core/src/main/java/org/everit/json/schema/loader/SpecificationVersion.java
@@ -48,7 +48,9 @@ public enum SpecificationVersion {
48
@Override List<String> metaSchemaUrls() {
49
return Arrays.asList(
50
"http://json-schema.org/draft-04/schema",
51
- "https://json-schema.org/draft-04/schema"
+ "https://json-schema.org/draft-04/schema",
52
+ "http://json-schema.org/schema",
53
+ "https://json-schema.org/schema"
54
);
55
}
56
0 commit comments