Bug Report Checklist
Description
After a conversion from swagger 2 to OAS3, i see a new parameter in my yaml file in my operation:
x-codegen-request-body-name: ListOfDefinitions
This parameter is ignored during the php compilation and I got an object named InlineObject instead
openapi-generator version
5.1.0
OpenAPI declaration file content or url
openapi: 3.0.1
info:
title: test
description: test
version: 1.0.0
servers:
- url: /
paths:
/definitions:
put:
summary: test
operationId: putTest
requestBody:
description: test
content:
application/json:
schema:
type: object
properties:
label:
type: string
description: label
required: true
responses:
204:
description: successful operation
content: {}
x-codegen-request-body-name: ListOfDefinitions
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
Bug Report Checklist
Description
After a conversion from swagger 2 to OAS3, i see a new parameter in my yaml file in my operation:
x-codegen-request-body-name: ListOfDefinitions
This parameter is ignored during the php compilation and I got an object named InlineObject instead
openapi-generator version
5.1.0
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix