Operation defines both a body parameter and a 'formData' parameter

Issue ID: semantic-operation-body-formdata

Description

The operation in question has a body parameter and a formData parameter defined. It can have only one of these two.

For more details, see the OpenAPI Specification.

Remediation

Make sure that all operations have only one body parameter orformData parameter defined.