SchemaGenerator and path parameter converters #1645
Answered
by
Kludex
jvail
asked this question in
Potential Issue
-
Hi, if I use type converters in a route definition ('/somepath/{parameter:int}') and generate an openAPI schema then I'd expect that the type, the converter is stripped from the URL template. But currently i get "paths": {
"//somepath/{parameter:int}": {}
} instead of "paths": {
"//somepath/{parameter}": {}
} Is that by purpose? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
Kludex
May 23, 2022
Replies: 1 comment 2 replies
-
How did you generate the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jvail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How did you generate the
openapi.json
?