Skip to content
New issue

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

Bug: List of Maps of Strings generated code does not compile. #647

Closed
jjjasper opened this issue Sep 21, 2023 · 0 comments · Fixed by #648
Closed

Bug: List of Maps of Strings generated code does not compile. #647

jjjasper opened this issue Sep 21, 2023 · 0 comments · Fixed by #648
Assignees

Comments

@jjjasper
Copy link
Contributor

Schema type defined as

type: object
properties:
  challenges:
    type: array
    items:
      type: object
      additionalProperties:
        type: string
  data:
    type: object
    additionalProperties:
      type: string   

Results in

@Valid
private List<Map&lt;String, String&gt;> challenges;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant