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.