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 536ec07 commit d61bae8Copy full SHA for d61bae8
tests/draft2019-09/anchor.json
@@ -2,9 +2,7 @@
2
{
3
"description": "Location-independent identifier",
4
"schema": {
5
- "allOf": [{
6
- "$ref": "#foo"
7
- }],
+ "$ref": "#foo",
8
"$defs": {
9
"A": {
10
"$anchor": "foo",
@@ -28,9 +26,7 @@
28
26
29
27
"description": "Location-independent identifier with absolute URI",
30
31
32
- "$ref": "http://localhost:1234/bar#foo"
33
+ "$ref": "http://localhost:1234/bar#foo",
34
35
36
"$id": "http://localhost:1234/bar",
@@ -56,9 +52,7 @@
56
52
"description": "Location-independent identifier with base URI change in subschema",
57
53
58
54
"$id": "http://localhost:1234/root",
59
60
- "$ref": "http://localhost:1234/nested.json#foo"
61
55
+ "$ref": "http://localhost:1234/nested.json#foo",
62
63
64
"$id": "nested.json",
0 commit comments