Property 'allowReserved' of the encoding object is ignored because of the media type of the request body
Issue ID: v3-warning-encoding-allowreserved
Description
The allowReserved property you have defined for the encoding object is ignored because 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 allowReserved property to encoding.