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
There are complex relationships where a class both inherits from enumeration and other classes at the same time. The best way to handle this for now is to just represent the enumeration as an String option type
Since the enumerations in the end are resolved to strings, the current implementation seems impossible to do any reasonable implementation apart from changing the enumeration path of inheritance into simply changing it into a String.
The text was updated successfully, but these errors were encountered:
There are complex relationships where a class both inherits from enumeration and other classes at the same time. The best way to handle this for now is to just represent the enumeration as an String option type
See for example https://schema.org/CreditCard that has the inheritance structure
Since the enumerations in the end are resolved to strings, the current implementation seems impossible to do any reasonable implementation apart from changing the enumeration path of inheritance into simply changing it into a
String
.The text was updated successfully, but these errors were encountered: