oliTheTM
oliTheTM
I'll try that now, thanks.
Right, so what exactly do you get as an output when you test this in your env? Also, what version of the library are you using? If I run it...
I have ordered my schemas starting with the Independant ones and then followed by 1st degree dependent ones then 2nd, etc.. I have observed that this works for other entities...
But isn't it true that the `$ref` could be either an ID lookup or, if there were a schema-register, an HTTP|GET. Then, in my case it would be a lookup...
> It didn't turn out to be a problem for me, here's what steps have been taken: > > 1. json schema copied from [Generator generated Empty Java class from...
I assume the answer to my question is Yes. If that is so, what is causing this particular schema to return empty? You still haven't shown me what is produced...
There is a conditional part to the schema (the `"if"` components). I would like to see how that got interpreted. Unfortunately this is omitted from the partial output. Or if...
> > You still haven't shown me what is produced on your end? > > Partial output was provided [here](https://github.com/joelittlejohn/jsonschema2pojo/issues/1387#issuecomment-1087283349) Also all the steps were provided - and it should...
Is there any configuration I can use (an overload e.g.) that allows me to manage `"if"` elements?