Sonicsupremacy commented on pull request #4175: URL: https://github.com/apache/camel/pull/4175#issuecomment-689418351
Dashes are now used for separating words. @davsclaus it should not be possible to generate duplicates. OpenApi standard states that all paths are relative to api server url and paths also can not be nested. That guarantees that there can be no duplicate paths. Any base paths are specified at the api server url level. To expand on your example: paths - user GET {id} - order GET {id} would be defined in api specification as: - /user/{id} and - /order/{id} ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org