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 multiple flatten with all_of #264

Closed
wants to merge 1 commit into from

Conversation

rlebran
Copy link
Contributor

@rlebran rlebran commented Jan 30, 2024

Fix #165.

Use all_of when flattening multiple subschemas.

There is still a limitation when flattening required enum. We lose the information that the field is required. This is not caused by this PR. This could be fix in another PR.

We use this fix in apistos.

@heksesang
Copy link

What is the hold up here? What is stopping this from being merged?

@rlebran
Copy link
Contributor Author

rlebran commented Aug 19, 2024

Replaced it with #320

@rlebran rlebran closed this Aug 19, 2024
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.

a second flattened enum in a structure is omitted from the schema
2 participants