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
Hi @FeiWongReed Thanks for reporting. We're working on a fix and will add a test case similar to your example once fixed. This should be supported currently in all languages but Swift. For Swift we plan to transition from structs to final classes which should resolve the issue.
Courier is unable to compile structures like so:
So it's impossible to express complex recursive structures (like JSON tree, for example) with courier schemas.
The text was updated successfully, but these errors were encountered: