Closed pab233 closed 1 year ago
Hi
Is this a known issue or am I doing something wrong?
There are know limitations:
anyOf
/allOf
/oneOf
are not supported and thus are not processeddefitions
) then it doesn't represent any type at all and so nothing is generated (see https://github.com/joelittlejohn/jsonschema2pojo/issues/1500#issuecomment-1465185420)Thank you @unkish
Looks like I'll have to interpret the data by hand then :(
I have been provided with a large json schema that is contained in 8 separate files. When I try to generate the associated java classes using a maven build, code is only generated for the highest level, apparently ignoring the definitions in any of the other files. Is this a known issue or am I doing something wrong?
Plugin configuration
Top-level schema
Generated code - only "DATEXII3D2Payload" has been generated, nothing from the referenced file (which in turn references other files)