File tree 1 file changed +20
-4
lines changed
1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 40
40
},
41
41
"consumes" : {
42
42
"description" : " A list of MIME types accepted by the API." ,
43
- "$ref" : " #/definitions/mediaTypeList"
43
+ "allOf" : [
44
+ {
45
+ "$ref" : " #/definitions/mediaTypeList"
46
+ }
47
+ ]
44
48
},
45
49
"produces" : {
46
50
"description" : " A list of MIME types the API can produce." ,
47
- "$ref" : " #/definitions/mediaTypeList"
51
+ "allOf" : [
52
+ {
53
+ "$ref" : " #/definitions/mediaTypeList"
54
+ }
55
+ ]
48
56
},
49
57
"paths" : {
50
58
"$ref" : " #/definitions/paths"
263
271
},
264
272
"produces" : {
265
273
"description" : " A list of MIME types the API can produce." ,
266
- "$ref" : " #/definitions/mediaTypeList"
274
+ "allOf" : [
275
+ {
276
+ "$ref" : " #/definitions/mediaTypeList"
277
+ }
278
+ ]
267
279
},
268
280
"consumes" : {
269
281
"description" : " A list of MIME types the API can consume." ,
270
- "$ref" : " #/definitions/mediaTypeList"
282
+ "allOf" : [
283
+ {
284
+ "$ref" : " #/definitions/mediaTypeList"
285
+ }
286
+ ]
271
287
},
272
288
"parameters" : {
273
289
"$ref" : " #/definitions/parametersList"
You can’t perform that action at this time.
0 commit comments