Generate a complete model of openAPI #2359
Replies: 1 comment
-
|
The documentation was indeed confusing - I've submitted #2892 to clarify that the key is the schema field name (which becomes the Pydantic alias) and the value is the desired Python field name. Thank you!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi the communauty. I want to parse a openAPI file but in addition to have just the model of the data used, I want a model for parse a whole openapi file. For example I want the model of the server, the model for get all the paths, etc.
I am not sure it is exactly the purpose of the tool or maybe it is possible to use a custom template, any help will be welcome. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions