Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI: Allow configuration of name of generated files #44041

Closed
AndreasPetersen opened this issue Oct 23, 2024 · 1 comment · Fixed by #44431
Closed

OpenAPI: Allow configuration of name of generated files #44041

AndreasPetersen opened this issue Oct 23, 2024 · 1 comment · Fixed by #44431
Labels
area/openapi kind/enhancement New feature or request
Milestone

Comments

@AndreasPetersen
Copy link

Description

If we set quarkus.smallrye-openapi.store-schema-directory Quarkus will generate a openapi.yaml and openapi.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.

Copy link

quarkus-bot bot commented Oct 23, 2024

/cc @EricWittmann (openapi), @MikeEdgar (openapi), @phillip-kruger (openapi), @radcortez (config)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/openapi kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants