diff --git a/tests/draft6/refRemote.json b/tests/draft6/refRemote.json index 9d8057bf..a2221b21 100644 --- a/tests/draft6/refRemote.json +++ b/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": [ { diff --git a/tests/draft7/refRemote.json b/tests/draft7/refRemote.json index 9d8057bf..a2221b21 100644 --- a/tests/draft7/refRemote.json +++ b/tests/draft7/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": [ {