Closed rlebran closed 2 months ago
Fix https://github.com/GREsau/schemars/issues/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.
What is the hold up here? What is stopping this from being merged?
Replaced it with #320
Fix https://github.com/GREsau/schemars/issues/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.