Skip to content

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

Closed
@jjjasper

Description

@jjjasper

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;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions