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
Within mappings, There are some options exposed in base types that are not valid for the inherited types e,g. ObjectProperty does not support Store, but inherits it from CorePropertyBase.
Revisit the inheritance structure to address supported options for each type.