msgspec
msgspec copied to clipboard
Let json.schema take an enc_hook for handling default values of custom types
trafficstars
Description
json.schema can take a schema_hook to encode custom types in the schema, but the fields can only support values of built-in types as defaults.