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
NOTE: This is part of a series of issues I'm creating to keep track of the work I've done, and that will be submitted, across multiple PRs
Currently when serializing an array containing heterogeneous objects without providing an explicit schema, the schema of the first item is used for all. This is highly counter-intuitive.
NOTE: This is part of a series of issues I'm creating to keep track of the work I've done, and that will be submitted, across multiple PRs
Currently when serializing an array containing heterogeneous objects without providing an explicit schema, the schema of the first item is used for all. This is highly counter-intuitive.
See this example:
To solve this problem when serializing an array the actual schema (if not provided) should be inferred on a per-element basis.
The text was updated successfully, but these errors were encountered: