I wanted to generate POJO classes from json schema, in which one of the attribute in the generated class should be a map of type - Map<String, List>. Here CustomClass should be a class generated using jsonnSchema2pojo plugin.
How do we achieve this in schema? How does the schema looks like?