s-knibbs / dataclasses-jsonschema

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

Handle custom formats with fastjsonschema correctly #158

Closed s-knibbs closed 3 years ago

s-knibbs commented 3 years ago

This fixes a bug when using the fastjsonschema library with custom field formats. fastjsonschema throws an 'unknown format' error, unless the formats are supplied to fastjsonschema.compile separately.