File tree 2 files changed +38
-6
lines changed
2 files changed +38
-6
lines changed Original file line number Diff line number Diff line change 304
304
"items" : {
305
305
"$ref" : " #/$defs/parameter-or-reference"
306
306
}
307
- }
308
- },
309
- "patternProperties" : {
310
- "^(get|put|post|delete|options|head|patch|trace)$" : {
307
+ },
308
+ "get" : {
309
+ "$ref" : " #/$defs/operation"
310
+ },
311
+ "put" : {
312
+ "$ref" : " #/$defs/operation"
313
+ },
314
+ "post" : {
315
+ "$ref" : " #/$defs/operation"
316
+ },
317
+ "delete" : {
318
+ "$ref" : " #/$defs/operation"
319
+ },
320
+ "options" : {
321
+ "$ref" : " #/$defs/operation"
322
+ },
323
+ "head" : {
324
+ "$ref" : " #/$defs/operation"
325
+ },
326
+ "patch" : {
327
+ "$ref" : " #/$defs/operation"
328
+ },
329
+ "trace" : {
311
330
"$ref" : " #/$defs/operation"
312
331
}
313
332
},
Original file line number Diff line number Diff line change @@ -211,8 +211,21 @@ $defs:
211
211
type : array
212
212
items :
213
213
$ref : ' #/$defs/parameter-or-reference'
214
- patternProperties :
215
- ' ^(get|put|post|delete|options|head|patch|trace)$ ' :
214
+ get :
215
+ $ref : ' #/$defs/operation'
216
+ put :
217
+ $ref : ' #/$defs/operation'
218
+ post :
219
+ $ref : ' #/$defs/operation'
220
+ delete :
221
+ $ref : ' #/$defs/operation'
222
+ options :
223
+ $ref : ' #/$defs/operation'
224
+ head :
225
+ $ref : ' #/$defs/operation'
226
+ patch :
227
+ $ref : ' #/$defs/operation'
228
+ trace :
216
229
$ref : ' #/$defs/operation'
217
230
$ref : ' #/$defs/specification-extensions'
218
231
unevaluatedProperties : false
You can’t perform that action at this time.
0 commit comments