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
The branchCode property is repeated 3 times on the Store term page and twice on the LocalBusiness page.
Basic reason is that the property is unnecessarily defined as having a domainIncludes for Place, LocalBusiness, and Store. Place would be sufficient as it would be inherited by the others.
Need to fix definition and consider checks in the display code to prevent repeat display and possibly warn of the circumstance.
The text was updated successfully, but these errors were encountered:
The branchCode property is repeated 3 times on the Store term page and twice on the LocalBusiness page.
Basic reason is that the property is unnecessarily defined as having a domainIncludes for Place, LocalBusiness, and Store. Place would be sufficient as it would be inherited by the others.
Need to fix definition and consider checks in the display code to prevent repeat display and possibly warn of the circumstance.
The text was updated successfully, but these errors were encountered: