Generated Types β
Targets:
- TypeScript:
json-schema-to-typescript
- Python:
pydantic
models viadatamodel-code-generator
- Swift:
quicktype
orCodable
-friendly stubs
Notes:
- Keep package tooling out of this repo; publish generated types to SDK repos
- Version types with schema version suffix (e.g., v0)
- Stick to string enums and explicit unions to avoid
any