File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
"description" : " Location-independent identifier" ,
4
4
"schema" : {
5
- "allOf" : [{
6
- "$ref" : " #foo"
7
- }],
5
+ "$ref" : " #foo" ,
8
6
"$defs" : {
9
7
"A" : {
10
8
"$anchor" : " foo" ,
28
26
{
29
27
"description" : " Location-independent identifier with absolute URI" ,
30
28
"schema" : {
31
- "allOf" : [{
32
- "$ref" : " http://localhost:1234/bar#foo"
33
- }],
29
+ "$ref" : " http://localhost:1234/bar#foo" ,
34
30
"$defs" : {
35
31
"A" : {
36
32
"$id" : " http://localhost:1234/bar" ,
56
52
"description" : " Location-independent identifier with base URI change in subschema" ,
57
53
"schema" : {
58
54
"$id" : " http://localhost:1234/root" ,
59
- "allOf" : [{
60
- "$ref" : " http://localhost:1234/nested.json#foo"
61
- }],
55
+ "$ref" : " http://localhost:1234/nested.json#foo" ,
62
56
"$defs" : {
63
57
"A" : {
64
58
"$id" : " nested.json" ,
You can’t perform that action at this time.
0 commit comments