Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a
schema_hook
for generating JSON schemas
Previously custom types needed to be annotated with `Meta(extra_json_schema=...)` to be supported in `msgspec.json.schema`. This adds a new `schema_hook` which supports generating json schemas for custom types without requiring an extra annotation.
- Loading branch information