Marwes / schemafy

Crate for generating rust types from a json schema
MIT License
242 stars 51 forks source link

Handle `allOf` with a single sub-schema correctly #76

Open woodruffw opened 11 months ago

woodruffw commented 11 months ago

This special-cases handling of allOf when the allOf contains a single JSON schema, allowing that interior schema to become the top-level type.

Closes #75.