Requiring that all schema properties meets the policy standards.
Schema Properties
Rules
OpenAPI Schema Properties Error
Schema has properties, giving more detail regarding the structure of each schema being applied as part of a request or a response
OpenAPI Schema Properties Info
Schema has properties, giving more detail regarding the structure of each schema being applied as part of a request or a response
Strategies
Data Should Be Well-Defined and Validated
The schema behind your APIs is where the rubber meets the road. If your data does not have a well-known shape, if it is not validated on the way in and out, you are setting consumers up for surpris...