summaryrefslogtreecommitdiff
path: root/json/bin
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-08-13 18:44:47 -0400
committerJulian Berman <Julian@GrayVines.com>2020-08-13 18:44:47 -0400
commitd3fcdeba06398394db4adfd1a87553b801d6c877 (patch)
tree1da5cc2421114d037b20a2d76747a0f604a8529d /json/bin
parent444174d607ced66d38ef31fcc279b5cf06973c4b (diff)
parenta57d8540bd272d913d57a37b45db3d9fe21a476b (diff)
downloadjsonschema-d3fcdeba06398394db4adfd1a87553b801d6c877.tar.gz
Merge commit 'a57d8540bd272d913d57a37b45db3d9fe21a476b' into master
* commit 'a57d8540bd272d913d57a37b45db3d9fe21a476b': Squashed 'json/' changes from ea415537..86f52b87
Diffstat (limited to 'json/bin')
-rwxr-xr-xjson/bin/jsonschema_suite4
1 files changed, 3 insertions, 1 deletions
diff --git a/json/bin/jsonschema_suite b/json/bin/jsonschema_suite
index 9ccd8e8..628bc5d 100755
--- a/json/bin/jsonschema_suite
+++ b/json/bin/jsonschema_suite
@@ -50,7 +50,9 @@ REMOTES = {
u"refToInteger": {u"$ref": u"#/$defs/integer"},
}
},
- "folder/folderInteger.json": {u"type": u"integer"}
+ "baseUriChange/folderInteger.json": {u"type": u"integer"},
+ "baseUriChangeFolder/folderInteger.json": {u"type": u"integer"},
+ "baseUriChangeFolderInSubschema/folderInteger.json": {u"type": u"integer"},
}
REMOTES_DIR = os.path.join(ROOT_DIR, "remotes")