-
Couldn't load subscription status.
- Fork 118
Collection of subschema improvements and some general features #473
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #473 +/- ##
=======================================
Coverage ? 39.83%
=======================================
Files ? 68
Lines ? 7420
Branches ? 0
=======================================
Hits ? 2956
Misses ? 4183
Partials ? 281 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Above are tagged as |
Old behavior worked well when unmarshalling, but not so much when marshalling and emitting all fields even when empty
This is a large collection of fixes that mostly improves on the subschemas (allOf/anyOf) support added in #99.
Keeping this as one large MR for now to reflect the larger work being done in my fork as this project seems less active nowadays.
New features:
anyOfwith only one option? #296)objecttype in some casesFixes:
anyOfwithnullvariant results in incorrect codegen #427)anyOfwithnullvariant results in incorrect codegen #427)Breaking changes:
Includes PRs