Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAS 3.1 support? #12413

Open
samson0v opened this issue Jun 19, 2024 · 0 comments
Open

OAS 3.1 support? #12413

samson0v opened this issue Jun 19, 2024 · 0 comments

Comments

@samson0v
Copy link

Description

When I tried to generate a Python client using the Swagger config file, field types were replaced with object like this:
image

So it seems that the current stable version of swagger codegen doesn't support OAS 3.1.

Swagger-codegen version

3.0.57 (also tired on 3.0.46)

Swagger declaration file content or url

https://gist.githubusercontent.com/samson0v/49ee3b75e34f82a61be6e1d5a1d59129/raw/82658684b4719fdbf77fc402864c5570a50ed9b4/swagger-ce.json

Command line used for generation

swagger-codegen generate -i swagger-ce.json -l python -o /tmp/api_ce/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant