File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 127
127
"b" : {"$ref" : " #/definitions/a" },
128
128
"c" : {"$ref" : " #/definitions/b" }
129
129
},
130
- "$ref" : " #/definitions/c"
130
+ "allOf" : [{ " $ref" : " #/definitions/c" }]
131
131
},
132
132
"tests" : [
133
133
{
Original file line number Diff line number Diff line change 127
127
"b" : {"$ref" : " #/definitions/a" },
128
128
"c" : {"$ref" : " #/definitions/b" }
129
129
},
130
- "$ref" : " #/definitions/c"
130
+ "allOf" : [{ " $ref" : " #/definitions/c" }]
131
131
},
132
132
"tests" : [
133
133
{
239
239
{
240
240
"description" : " $ref to boolean schema true" ,
241
241
"schema" : {
242
- "$ref" : " #/definitions/bool" ,
242
+ "allOf" : [{ " $ref" : " #/definitions/bool" }] ,
243
243
"definitions" : {
244
244
"bool" : true
245
245
}
255
255
{
256
256
"description" : " $ref to boolean schema false" ,
257
257
"schema" : {
258
- "$ref" : " #/definitions/bool" ,
258
+ "allOf" : [{ " $ref" : " #/definitions/bool" }] ,
259
259
"definitions" : {
260
260
"bool" : false
261
261
}
Original file line number Diff line number Diff line change 127
127
"b" : {"$ref" : " #/definitions/a" },
128
128
"c" : {"$ref" : " #/definitions/b" }
129
129
},
130
- "$ref" : " #/definitions/c"
130
+ "allOf" : [{ " $ref" : " #/definitions/c" }]
131
131
},
132
132
"tests" : [
133
133
{
239
239
{
240
240
"description" : " $ref to boolean schema true" ,
241
241
"schema" : {
242
- "$ref" : " #/definitions/bool" ,
242
+ "allOf" : [{ " $ref" : " #/definitions/bool" }] ,
243
243
"definitions" : {
244
244
"bool" : true
245
245
}
255
255
{
256
256
"description" : " $ref to boolean schema false" ,
257
257
"schema" : {
258
- "$ref" : " #/definitions/bool" ,
258
+ "allOf" : [{ " $ref" : " #/definitions/bool" }] ,
259
259
"definitions" : {
260
260
"bool" : false
261
261
}
You can’t perform that action at this time.
0 commit comments