quicktype
quicktype copied to clipboard
Error: Trying to make an empty union - do you have an impossible type in your schema?
I'm trying to create C# classes for an (admittedly enormous) json schema. I'm getting this error with no stacktrace or pointers on where the error is coming from so I can't really debug thousands of lines of json schema files. Any ideas?
I'm facing the same issue now. Any updates?