You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that nested and nested_with_description would be identical except for the description field, but you can see that nested_with_description has the behavior that was deemed incorrect in #952.
The text was updated successfully, but these errors were encountered:
#953 changed how nullable nested schemas were handled, to fix #952.
It seems that the old behavior is still present if you set a description in the metadata field.
Output:
I would expect that
nested
andnested_with_description
would be identical except for thedescription
field, but you can see thatnested_with_description
has the behavior that was deemed incorrect in #952.The text was updated successfully, but these errors were encountered: