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
The description is the same as the one described here swagger-codegen/issues/8876 but for the jaxrs-resteasy generator.
openapi-generator version
3.3.1
OpenAPI declaration file content or url
The issue occurs with this piece of yaml definition:
responses:
'200':
description: Expected response to a valid requestcontent:
application/3gppHal+json:
schema:
type: objectproperties:
_links:
type: objectdescription: 'List of the URI of NF instances. It has two members whose names are item and self. The item one contains an array of URIs.'additionalProperties:
$ref: './TS29571_CommonData.yaml#/components/schemas/LinksValueSchema'
#1426)
* fix(#1423): [JAVA] generating Map with jaxrs-reasteasy does not import
the hashmap
#1423
* fix(#1423): fix ensure-up-to-date issues for jaxrs-resteasy joda
samples
#1423
Description
The description is the same as the one described here swagger-codegen/issues/8876 but for the jaxrs-resteasy generator.
openapi-generator version
3.3.1
OpenAPI declaration file content or url
The issue occurs with this piece of yaml definition:
Command line used for generation
Steps to reproduce
Related issues/PRs
swagger-codegen/issues/8876
Suggest a fix/enhancement
The text was updated successfully, but these errors were encountered: