Skip to content

Remove converter from path when generating OpenAPI schema#1648

Merged
Kludex merged 6 commits intomasterfrom
remove-converter-from-path-on-openapi-schema
Jun 28, 2022
Merged

Remove converter from path when generating OpenAPI schema#1648
Kludex merged 6 commits intomasterfrom
remove-converter-from-path-on-openapi-schema

Conversation

@Kludex
Copy link
Owner

@Kludex Kludex commented May 24, 2022

To be more correct, I'd have to add the information about the type of the path parameter...

@@ -49,10 +50,11 @@ def get_endpoints(

for route in routes:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

route may not have path attribute, that's why the path =... is not here.

@Kludex Kludex requested a review from a team May 24, 2022 06:02
@Kludex Kludex added this to the Version 0.21.0 milestone May 27, 2022
@Kludex Kludex added the bug Something isn't working label May 27, 2022
@Kludex Kludex requested a review from adriangb June 9, 2022 05:53
@jvail
Copy link

jvail commented Jun 13, 2022

Hi, thank you for fixing this so quickly. Just a quick question: Why not put it into the next bug fix release e.g. 0.20.4 instead 0.21? Unfortunately I am a bit stuck continuing my code until this is fixed.

@Kludex
Copy link
Owner Author

Kludex commented Jun 18, 2022

Hi, thank you for fixing this so quickly. Just a quick question: Why not put it into the next bug fix release e.g. 0.20.4 instead 0.21? Unfortunately I am a bit stuck continuing my code until this is fixed.

Yeah, it can be on 0.20.4.

@Kludex Kludex removed this from the Version 0.21.0 milestone Jun 27, 2022
@Kludex Kludex mentioned this pull request Jun 27, 2022
1 task
Copy link
Contributor

@lovelydinosaur lovelydinosaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, yup. One suggestion, but not a blocker.

@Kludex Kludex merged commit 795cf60 into master Jun 28, 2022
@Kludex Kludex deleted the remove-converter-from-path-on-openapi-schema branch June 28, 2022 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SchemaGenerator and path parameter converters Endpoint path parameters type specification compatibility with OAS

3 participants