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 22 {
33 "description" : " Location-independent identifier" ,
44 "schema" : {
5- "allOf" : [{
6- "$ref" : " #foo"
7- }],
5+ "$ref" : " #foo" ,
86 "$defs" : {
97 "A" : {
108 "$anchor" : " foo" ,
2826 {
2927 "description" : " Location-independent identifier with absolute URI" ,
3028 "schema" : {
31- "allOf" : [{
32- "$ref" : " http://localhost:1234/bar#foo"
33- }],
29+ "$ref" : " http://localhost:1234/bar#foo" ,
3430 "$defs" : {
3531 "A" : {
3632 "$id" : " http://localhost:1234/bar" ,
5652 "description" : " Location-independent identifier with base URI change in subschema" ,
5753 "schema" : {
5854 "$id" : " http://localhost:1234/root" ,
59- "allOf" : [{
60- "$ref" : " http://localhost:1234/nested.json#foo"
61- }],
55+ "$ref" : " http://localhost:1234/nested.json#foo" ,
6256 "$defs" : {
6357 "A" : {
6458 "$id" : " nested.json" ,
You can’t perform that action at this time.
0 commit comments