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
First off, thanks a lot for this super-useful tool! 🙏🏼
When I passed my generated spec file to my code generator, it complained about invalid path parameters containing colons.
Indeed, the OpenAPI specs only seem to allow curly braces and don't mention colons:
3.2 Path Templating
Path templating refers to the usage of template expressions, delimited by curly braces ({}), to mark a section of a URL path as replaceable using path parameters.
After changing my spec file accordingly, code generation worked.
Is there a specific reason your generated documents deviate from the OpenAPI spec? Could this be changed to meet the standard?
The text was updated successfully, but these errors were encountered:
First off, thanks a lot for this super-useful tool! 🙏🏼
When I passed my generated spec file to my code generator, it complained about invalid path parameters containing colons.
Indeed, the OpenAPI specs only seem to allow curly braces and don't mention colons:
After changing my spec file accordingly, code generation worked.
Is there a specific reason your generated documents deviate from the OpenAPI spec? Could this be changed to meet the standard?
The text was updated successfully, but these errors were encountered: