Property 'explode' of the encoding object is ignored because of the media type of the request body

Issue ID: v3-warning-encoding-explode

Description

The property explode 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 explode property to encoding.