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.
2 parents 0aefbb3 + 61d03c0 commit 2f6a498Copy full SHA for 2f6a498
tests/draft6/refRemote.json
@@ -172,7 +172,9 @@
172
"description": "remote ref with ref to definitions",
173
"schema": {
174
"$id": "http://localhost:1234/schema-remote-ref-ref-defs1.json",
175
- "$ref": "ref-and-definitions.json"
+ "allOf": [
176
+ { "$ref": "ref-and-definitions.json" }
177
+ ]
178
},
179
"tests": [
180
{
tests/draft7/refRemote.json
0 commit comments