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
Our organisation has a requirement that these files must have a specific name, which is not openapi. We would like a new config option to change the name of the generated files.
Implementation ideas
A new configuration property, e.g. quarkus.smallrye-openapi.file-name, that determines the name of the generated OpenAPI files.
The text was updated successfully, but these errors were encountered:
Description
If we set quarkus.smallrye-openapi.store-schema-directory Quarkus will generate a
openapi.yaml
andopenapi.json
file in the specified directory.Our organisation has a requirement that these files must have a specific name, which is not
openapi
. We would like a new config option to change the name of the generated files.Implementation ideas
A new configuration property, e.g.
quarkus.smallrye-openapi.file-name
, that determines the name of the generated OpenAPI files.The text was updated successfully, but these errors were encountered: