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
While this is great to #650 's point as it more accurately describes the possible values, it also makes deserialization work on client applications much harder.
Schema Inaccuracy
Was recently updated from a single "object" schema to
While this is great to #650 's point as it more accurately describes the possible values, it also makes deserialization work on client applications much harder.
Expected
Consider adding something along the lines of
(this would require introducing a new property if one with the mapping values doesn't already exist)
This way client applications can match the discrimator mapping value with the object type during deserialization.
Reproduction Steps
The text was updated successfully, but these errors were encountered: