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

Fix generation for swaggers with oneOf construct, objects with null properties and inline schemas #12

Merged
merged 24 commits into from
Jun 7, 2024

Conversation

nicolaAtti
Copy link
Contributor

PR contains fixes for:

  • errors during generation of oneOf construct when used directly in response object
  • issue preventing generation of schemas in case of objects without properties, forcing generation with additionalProperties enabled
  • fix issue preventing generation of json schemas with swagger files that have objects schemas defined inline rather than inside "components", schemas generated this way have the following naming convention:
    • <idOperation>request
    • <idOperation>response<responseHttpCode>

@gcornacchia gcornacchia merged commit 807d580 into imolainformatica:develop Jun 7, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants