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
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Several models and *api classes depend on a type named AnyType. (for example an object-type schema with a property where the type is not specified)
However, AnyType is not generated as a model.
make sure that jiraApiSpec is set to the download location
run gradle openApiGenerate
run gradle build on the generated gradle project
Related issues/PRs
Others appear to have had Issues with AnyType with other generators.
Some Have been fixed, others are open yet. #7618 Swift (also #7617) #9969 C #7458 C# #6332 Typescript #6668 PhP
Suggest a fix
I am completely new to OpenAPI.
However according to @wing328 in #6668 (comment)_ it seems to have been added in mid-2020 - so I assume it has simply not been implemented for several generators - kotlin among them - yet.
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
Description
Several models and *api classes depend on a type named
AnyType
. (for example an object-type schema with a property where the type is not specified)However,
AnyType
is not generated as a model.openapi-generator version
5.2.0
OpenAPI declaration file content or url
I am trying to generate the jira api, using
https://developer.atlassian.com/cloud/jira/platform/swagger-v3.v3.json
Generation Details
using the gradle plugin, excerpt from build.gradle.kts:
Steps to reproduce
gradle openApiGenerate
gradle build
on the generated gradle projectRelated issues/PRs
Others appear to have had Issues with
AnyType
with other generators.Some Have been fixed, others are open yet.
#7618 Swift (also #7617)
#9969 C
#7458 C#
#6332 Typescript
#6668 PhP
Suggest a fix
I am completely new to OpenAPI.
However according to @wing328 in #6668 (comment)_ it seems to have been added in mid-2020 - so I assume it has simply not been implemented for several generators - kotlin among them - yet.
The text was updated successfully, but these errors were encountered: