s-knibbs / dataclasses-jsonschema

JSON schema generation from dataclasses
MIT License
166 stars 38 forks source link

Support using discriminator to determine the Union variant #171

Closed s-knibbs closed 2 years ago

s-knibbs commented 2 years ago

Support overlapping Union types with anyOf

Fixes #170

s-knibbs commented 2 years ago

Fixes #129