Closed rami-nk closed 1 year ago
Hi. The problem here is that the file is not a schema, but is being used as a container for other schemas. In each case, the file itself doesn't represent any type at all and so nothing is generated. See https://github.com/joelittlejohn/jsonschema2pojo/issues/419.
Ok thanks, I'll look at it again! Would be nice to get any error message tho and not just nothing
When trying to generate a java implementation for a more or less large json schema the tool just generates nothing. I tried it with these json schemas:
Here you can see the generation of nothing:
I also tried using the maven plugin, but it also just generates an empty directory inside the target folder.