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

Add support for multiple enum flatten #250

Closed
wants to merge 3 commits into from
Closed

Add support for multiple enum flatten #250

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 10, 2023

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.

@ghost ghost closed this by deleting the head repository Jan 29, 2024
This pull request was closed.
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
1 participant