Property 'style' of the encoding object is ignored because of the media type of the request body
Issue ID: v3-warning-encoding-style
Description
The property style of the encoding object is ignored because of the media type of the request body is not application/x-www-form-urlencoded.
For more details, see the OpenAPI Specification.
Remediation
Make sure that the media type of the request body is application/x-www-form-urlencoded to apply the style property to encoding.