File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://spec.openapis.org/oas/3.1/schema-base/2021-03-02 " ,
2
+ "$id" : " https://spec.openapis.org/oas/3.1/schema-base/2021-04-15 " ,
3
3
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
4
- "$ref" : " https://spec.openapis.org/oas/3.1/schema/2021-03-02 " ,
4
+ "$ref" : " https://spec.openapis.org/oas/3.1/schema/2021-04-15 " ,
5
5
"properties" : {
6
6
"jsonSchemaDialect" : {
7
7
"$ref" : " #/$defs/dialect"
Original file line number Diff line number Diff line change 1
- $id : ' https://spec.openapis.org/oas/3.1/schema-base/2021-03-02 '
1
+ $id : ' https://spec.openapis.org/oas/3.1/schema-base/2021-04-15 '
2
2
$schema : ' https://json-schema.org/draft/2020-12/schema'
3
3
4
- $ref : ' https://spec.openapis.org/oas/3.1/schema/2021-03-02 '
4
+ $ref : ' https://spec.openapis.org/oas/3.1/schema/2021-04-15 '
5
5
properties :
6
6
jsonSchemaDialect :
7
7
$ref : ' #/$defs/dialect'
Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://spec.openapis.org/oas/3.1/schema/2021-03-02 " ,
2
+ "$id" : " https://spec.openapis.org/oas/3.1/schema/2021-04-15 " ,
3
3
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
4
4
"type" : " object" ,
5
5
"properties" : {
304
304
}
305
305
},
306
306
"patternProperties" : {
307
- "^(get|post|delete|options|head|patch|trace)$" : {
307
+ "^(get|put| post|delete|options|head|patch|trace)$" : {
308
308
"$ref" : " #/$defs/operation"
309
309
}
310
310
},
1340
1340
}
1341
1341
}
1342
1342
}
1343
- }
1343
+ }
Original file line number Diff line number Diff line change 1
- $id : ' https://spec.openapis.org/oas/3.1/schema/2021-03-02 '
1
+ $id : ' https://spec.openapis.org/oas/3.1/schema/2021-04-15 '
2
2
$schema : ' https://json-schema.org/draft/2020-12/schema'
3
3
4
4
type : object
@@ -209,7 +209,7 @@ $defs:
209
209
items :
210
210
$ref : ' #/$defs/parameter-or-reference'
211
211
patternProperties :
212
- ' ^(get|post|delete|options|head|patch|trace)$ ' :
212
+ ' ^(get|put| post|delete|options|head|patch|trace)$ ' :
213
213
$ref : ' #/$defs/operation'
214
214
$ref : ' #/$defs/specification-extensions'
215
215
unevaluatedProperties : false
You can’t perform that action at this time.
0 commit comments