You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While generating a client for my openapi.json file, the script crashes with internal errors.
The problem seems to be related to a parameter defined in my component/parameters section. When i comment out this part of my openapi spec. The client can be generated without errors.
"components": {
"parameters": {
"macAddress": {
"name": "macAddress",
"in": "path",
"required": true,
"schema": {
"$ref": "#/components/schemas/MacAddress"
},
"description": "The MAC address of the dongle.\n"
}
}
}
Describe the bug
While generating a client for my openapi.json file, the script crashes with internal errors.
The problem seems to be related to a parameter defined in my
component/parameters
section. When i comment out this part of my openapi spec. The client can be generated without errors.OpenAPI Spec File.
openapi.json
Desktop (please complete the following information):
Additional context
The full output of the crash output.log.
The text was updated successfully, but these errors were encountered: