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 b5123d1 commit 70ebd73Copy full SHA for 70ebd73
bin/jsonschema_suite
@@ -42,8 +42,10 @@ REMOTES = {
42
},
43
44
"subSchemas.json": {
45
- u"integer": {u"type": u"integer"},
46
- u"refToInteger": {u"$ref": u"#/integer"},
+ u"$defs": {
+ u"integer": {u"type": u"integer"},
47
+ u"refToInteger": {u"$ref": u"#/$defs/integer"},
48
+ }
49
50
"folder/folderInteger.json": {u"type": u"integer"}
51
}
0 commit comments