Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate json schema for types with defaulted type parameters
JSON Schema does not have the concept of generics, but by having default types for type paramaters, the type may be used without providing type arguments, which makes it possible to generate an output for it.
- Loading branch information