File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/com/networknt/schema
resources/draft4/uri_mapping Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public void testBuilderUriMappingUri() throws IOException {
43
43
.addUriMappings (getUriMappingsFromUrl (mappings ));
44
44
JsonSchemaFactory instance = builder .build ();
45
45
JsonSchema schema = instance .getSchema (this .urlFactory .create (
46
- "https://raw.githubusercontent.com/networknt/json-schema-validator/master/src/test/resources/tests /uri_mapping/uri-mapping.schema.json" ));
46
+ "https://raw.githubusercontent.com/networknt/json-schema-validator/master/src/test/resources/draft4 /uri_mapping/uri-mapping.schema.json" ));
47
47
assertEquals (0 , schema .validate (mapper .readTree (mappings )).size ());
48
48
}
49
49
Original file line number Diff line number Diff line change 4
4
"localURL" : " resource:/draftv4.schema.json"
5
5
},
6
6
{
7
- "publicURL" : " https://raw.githubusercontent.com/networknt/json-schema-validator/master/src/test/resources/tests /uri_mapping/uri-mapping.schema.json" ,
7
+ "publicURL" : " https://raw.githubusercontent.com/networknt/json-schema-validator/master/src/test/resources/draft4 /uri_mapping/uri-mapping.schema.json" ,
8
8
"localURL" : " resource:/draft4/uri_mapping/uri-mapping.schema.json"
9
9
}
10
10
]
You can’t perform that action at this time.
0 commit comments