flipstone / json-fleece

Extensible JSON Schemas for Haskell
MIT License
2 stars 1 forks source link

Add initial oneOf schema code gen support #27

Closed OwenGraves closed 7 months ago

OwenGraves commented 7 months ago

This uses shrubbery untagged unions to implement oneOf code gen. This adds better support for handling $refs inside the components/schemas section of the spec, allowing for parse errors on missing ref names.