-
-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Labels
Description
Objective
Introduce patterns for defining generic schemas (e.g., paged responses) with strong type inference, including inference for nested generics.
Details
- Document and implement helpers like
makePaged<T>(item: JsonSchema<T>). - Ensure nested generics are handled correctly in both runtime and type inference.
- Provide migration and usage documentation.
Parent Epic: schema-inference-epic
Reactions are currently unavailable