Skip to content

Generated Types ​

Targets:

  • TypeScript: json-schema-to-typescript
  • Python: pydantic models via datamodel-code-generator
  • Swift: quicktype or Codable-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