File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ const jsonSchemaTest = require('json-schema-test');
66const refs = {
77 'http://localhost:1234/integer.json' : require ( './remotes/integer.json' ) ,
88 'http://localhost:1234/subSchemas.json' : require ( './remotes/subSchemas.json' ) ,
9- 'http://localhost:1234/folder/folderInteger.json' : require ( './remotes/folder/folderInteger.json' ) ,
9+ 'http://localhost:1234/baseUriChange/folderInteger.json' : require ( './remotes/baseUriChange/folderInteger.json' ) ,
10+ 'http://localhost:1234/baseUriChangeFolder/folderInteger.json' : require ( './remotes/baseUriChange/folderInteger.json' ) ,
11+ 'http://localhost:1234/baseUriChangeFolderInSubschema/folderInteger.json' : require ( './remotes/baseUriChange/folderInteger.json' ) ,
1012 'http://localhost:1234/name.json' : require ( './remotes/name.json' ) ,
1113 'http://localhost:1234/name-defs.json' : require ( './remotes/name-defs.json' )
1214} ;
You can’t perform that action at this time.
0 commit comments