summaryrefslogtreecommitdiff
path: root/json/tests/draft6/refRemote.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft6/refRemote.json')
-rw-r--r--json/tests/draft6/refRemote.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/json/tests/draft6/refRemote.json b/json/tests/draft6/refRemote.json
index 9d8057b..a2221b2 100644
--- a/json/tests/draft6/refRemote.json
+++ b/json/tests/draft6/refRemote.json
@@ -172,7 +172,9 @@
"description": "remote ref with ref to definitions",
"schema": {
"$id": "http://localhost:1234/schema-remote-ref-ref-defs1.json",
- "$ref": "ref-and-definitions.json"
+ "allOf": [
+ { "$ref": "ref-and-definitions.json" }
+ ]
},
"tests": [
{