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
It's possible that two classes contain the same property name and both have "enum" values in the schema. For example, Host and Device both contain a platform property that contain enum values.
Description
It's possible that two classes contain the same property name and both have "enum" values in the schema. For example,
Host
andDevice
both contain aplatform
property that contain enum values.See here:
We should merge the two sets of enum values in this case.
Sample error
The text was updated successfully, but these errors were encountered: