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
With version 2.10.1 this recursion was resolved one level deep and then stopped, which was fine: Person is visualized, and only Friends is an array of undefined
With version 2.10.3 the recursion is not resolved at all: Person itself is now undefined
Please restore the friendlier 2.10.1 behavior.
Thanks in advance
Ralf
The text was updated successfully, but these errors were encountered:
People have Friends, so the Person schema references itself: https://raw.githubusercontent.com/ralfhandl/odata/master/TripPin.openapi.json
With version 2.10.1 this recursion was resolved one level deep and then stopped, which was fine:
Person
is visualized, and onlyFriends
is an array ofundefined
With version 2.10.3 the recursion is not resolved at all:
Person
itself is nowundefined
Please restore the friendlier 2.10.1 behavior.
Thanks in advance
Ralf
The text was updated successfully, but these errors were encountered: