mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
OpenAPI Specification allows the operationId to be added to the "Operation Object" alongside e.g. summary and description. This commit introduces the support of this element in the reitit-swagger module and extends the tests. One test shows the correct use of operationId where both are distinct and one shows the failing of the swagger creation when the IDs are not distinct. - Spec: https://swagger.io/specification/#operation-object - Adds the support for operationId - Adds operationId in two places of the swagger test - Adds a test that checks exception on duplicate IDs - Closes #451 |
||
|---|---|---|
| .. | ||
| clj | ||
| cljc/reitit | ||
| cljs/reitit | ||