Can not generate Java client for Swagger/OpenAPI spec

Hello Tommy,

The API file loads properly in the Swagger editor tool, now that the extended response codes have been taken care of, but we are still seeing the same issues trying to generate java client code. Tried both Swagger and the OpenAPI codegen tools, and they both fail:

For e.g.,
Swagger (notice the lower case object):
object cannot be resolved to a type:
public InlineResponse2003 accountPlanCreate(String accountId, object body) throws ApiException {

OpenAPI:
UNKNOWN_BASE_TYPE cannot be resolved to a type:
public InlineResponse2003 accountPlanCreate(String accountId, UNKNOWN_BASE_TYPE body) throws ApiException {

There are a bunch of other errors while generating the code as well. I can upload all of the logs if needed.

Any help is highly appreciated.

Thanks,
-sr-