A validation langauge that generates types and validation function for the types. The goal of the languae is to be super easy to write and so that services that communicate with each other can have the same type and functionality regardless of language and where the types live.
- Typescript // with zod validation
- Javascrip // with joi validation
- Go
- Rust // with serde
- Odin