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
Required property provider is missing from IndividualFacilityUse.
This error would lead a developer to add the provider property to IndividualFacilityUse, which is also invalid, as the property should be added to the FacilityUse.
The error should instead respect the inheritance hierarchy and the error message should prefer the property to be added to the parent rather than the child in order to fulfil the requirements of the rule.
The error for the below JSON in a Orders feed is:
This error would lead a developer to add the
provider
property toIndividualFacilityUse
, which is also invalid, as the property should be added to theFacilityUse
.The error should instead respect the inheritance hierarchy and the error message should prefer the property to be added to the parent rather than the child in order to fulfil the requirements of the rule.
The text was updated successfully, but these errors were encountered: