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
Before the fix #100, we could use the order to attempt best resolution.
The following json {"CommonProp": null, "Optional": null, "Other": null} raises "Ambiguous type resolution" while we would expect ClassC with former algo (or eventually ClassB if fallback could be used for ambiguous cases / but we really prefer former algo to deal with complex class trees).
manuc66
changed the title
Allow to disable behavior introduced by fix #100 in 1.8.0
Allow to disable behavior introduced by fix #100 in 1.8.0 - Multiple type discriminators in JSON silently passes
Sep 10, 2022
manuc66
changed the title
Allow to disable behavior introduced by fix #100 in 1.8.0 - Multiple type discriminators in JSON silently passes
Allow to disable behavior introduced by fix #100 in 1.8.0 - Stop StopLookupOnMatch
Sep 10, 2022
Before the fix #100, we could use the order to attempt best resolution.
The following json
{"CommonProp": null, "Optional": null, "Other": null}
raises "Ambiguous type resolution" while we would expect ClassC with former algo (or eventually ClassB if fallback could be used for ambiguous cases / but we really prefer former algo to deal with complex class trees).The text was updated successfully, but these errors were encountered: