You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just ran into this myself. Structurally, it's immaterial, as OpenAPI 3.x+ doesn't have names for body parameters. That being said, it does not offer a pleasant experience for users migrating to the new structure using the swagger converter module.
Consider the following OAS v2 spec, the body parameter name "body" is completely lost after parsing the spec:
To preserve the body parameter name, we can store it in the vendor extension
x-codegen-request-body-name
The text was updated successfully, but these errors were encountered: