joelittlejohn / jsonschema2pojo

Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
http://www.jsonschema2pojo.org
Apache License 2.0
6.24k stars 1.66k forks source link

No classes generated from specific CVE schema #1626

Closed Seanstoppable closed 2 months ago

Seanstoppable commented 3 months ago

I am trying to use this to generate a schema from https://github.com/CVEProject/cve-schema/blob/main/schema/docs/CVE_Record_Format_bundled.json

I've double checked that this schema validates with multiple tools, and doesn't have reference problems like some other reported issues. However, both with the gradle plugin and the cli tool, we just generate.... no output. No errors are generated either.

I have no problems using the CLI with other schemas, like the example ones from schema-json.org, so I am pretty sure I am using the tools correctly.

unkish commented 3 months ago

Hi

Essentially it's same as with #1547 thus my comment is also applicable to given case.