0.2.0 • Published 9 years ago

ts-schema v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

ts-schema

Model schemas extracted from TypeScript classes.

This library allows you to author your mdoels in a (reasonably large) subset of typescript and compile them to json-schema. The syntax is far more succinct than vanilla json-schema, and eventually you could even use the compiled results in your code.

See ./test directory for usage.