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: merge schemas in allOf #100

Merged
merged 1 commit into from
May 17, 2024
Merged

fix: merge schemas in allOf #100

merged 1 commit into from
May 17, 2024

Conversation

NJordan72
Copy link
Contributor

anyOf elements in JSON Schema were handled, but allOf was not. We use the existing _merge_object_schemas function to merge all of the schemas in allOf

Fixes #98.

@noamgat noamgat merged commit f15d0d7 into noamgat:main May 17, 2024
1 check passed
@noamgat
Copy link
Owner

noamgat commented May 17, 2024

Looks great! Thanks for the contribution!

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.

Purely Recursive JSON Schema Broken
2 participants