Body parameter defines a property not applicable to body parameters
Issue ID: validation-parameter-body-additionalproperties
Description
The body parameter in question defines more properties than allowed. Body parameters must only define name, in , description, required and schema properties.
For more details, see the OpenAPI Specification.
Remediation
Make sure that body parameters only define name, in , description, required and schema properties. Remove other properties.