-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Labels
Milestone
Description
The Link Object scbemas for 3.1 and 3.2 have the server fixed field "mis-spelled" as body:
OpenAPI-Specification/src/schemas/validation/schema.yaml
Lines 633 to 634 in 97982a5
| body: | |
| $ref: '#/$defs/server' |
OpenAPI-Specification/src/schemas/validation/schema.yaml
Lines 633 to 634 in ac2fde4
| body: | |
| $ref: '#/$defs/server' |
Fix for 3.2 is included in
Fix for 3.1
Reactions are currently unavailable