Schema for any type leads to error in generated client #36

Closed
opened 2020-10-29 11:53:15 +01:00 by kiwi-oss · 0 comments
kiwi-oss commented 2020-10-29 11:53:15 +01:00 (Migrated from github.com)

Generation of a client from a specification that uses a schema for any type according to the OpenAPI documentation leads to the following error:

private oas_any_type_not_mapped foo = null;
	        ^
  symbol:   class oas_any_type_not_mapped
  location: class Bar

Object would be the type I'd expect to be generated for that schema.

Generation of a client from a specification that uses a schema for [any type according to the OpenAPI documentation](https://swagger.io/docs/specification/data-models/data-types/#any) leads to the following error: ```text private oas_any_type_not_mapped foo = null; ^ symbol: class oas_any_type_not_mapped location: class Bar ``` `Object` would be the type I'd expect to be generated for that schema.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kokuwaio/micronaut-openapi-codegen#36
No description provided.