dataclasses-json
dataclasses-json copied to clipboard
Restore `schema()` type safety by fixing generic type alias misuse
Type arguments for a generic type alias must be provided at every use site, or the missing arguments will default to Any
, which gives no type safety.
Fixes #370.