Ecosystem
The following page lists libraries, integrations and other projects related to TypeSchema.
Model
We provide auto-generated models of the TypeSchema meta specification which describes itself.
These models can be used to parse or generate a TypeSchema specification.
Reflection
The reflection libraries help to automatically generate a TypeSchema specification based on a class.
These libraries use the reflection mechanism of each language to inspect the class and create the fitting
specification.
Integration
To integrate the code generator you can take a look at the following options. For more advanced
integration options you can also take a look at the SDKgen project.
Frontend
Project
Name |
Description |
TypeHub |
A service to manage and share TypeSchema specifications |
TypeAPI |
An OpenAPI alternative to describe REST APIs for type-safe code generation |
SDKgen |
A service to generate client SDKs |