JsonToKotlinClass icon indicating copy to clipboard operation
JsonToKotlinClass copied to clipboard

OneOf results in incomplete generation

Open Frontrider opened this issue 2 years ago • 0 comments

If the generator encounters oneOf or similar, then it will drop everything from that point. I expect it to still produce the rest of the classes, so I can fill in the blanks myself.

Trying to get this schema into data classes, I get the root+ an empty object. https://gist.github.com/studds/b9dbba056eaaaf42dfe70c191c12d848

Frontrider avatar Apr 28 '23 14:04 Frontrider