Required dependent property of an existing property is missing

Issue ID: validation-property-dependency-unsatisfied

Description

The property in question is defined in such a way that another property that depends on it is required. However, the required property is missing.

Remediation

Make sure that all required operations are defined in your API, or define properties in a way that does not require dependent properties to be present.