Feature Description
Formal specification for TypeSchema and automatic check them on CI.
Problem Statement
Currently, TypeSchema is defined only as a set of TypeScript types, without proper documentation. Also, due to TypeScript’s specificity, codegen is very limited in guaranteeing the correctness of TypeSchema.
Describe the solution you'd like
Update docs/type-schema.schema.json and add type schema validation to the API builder if users generate them.
Feature Description
Formal specification for TypeSchema and automatic check them on CI.
Problem Statement
Currently, TypeSchema is defined only as a set of TypeScript types, without proper documentation. Also, due to TypeScript’s specificity, codegen is very limited in guaranteeing the correctness of TypeSchema.
Describe the solution you'd like
Update
docs/type-schema.schema.jsonand add type schema validation to the API builder if users generate them.