We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.8.0
paths: /test: get: operationId: getTest tags: - test responses: 200: content: application/json: schema: type: array uniqueItems: true items: type: string
fun getTest(): ResponseEntity<set<kotlin.collections.Set<kotlin.String>>> {
expected code:
fun getTest(): ResponseEntity<kotlin.collections.Set<kotlin.String>> {
however, the type is well generated when uniqueItems is used on a property that is inside an object
uniqueItems
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report Checklist
openapi-generator version
7.8.0
OpenAPI declaration file content or url
Generated code
expected code:
however, the type is well generated when
uniqueItems
is used on a property that is inside an objectSteps to reproduce
The text was updated successfully, but these errors were encountered: