@ez4/schema
v0.46.0
Published
EZ4: Build entity schema based on source code reflection
Readme
EZ4: Schema
The Schema package provides a lightweight, reflection‑driven system for defining strongly typed schemas in TypeScript. These schemas can be used for input validation, contract definitions, runtime checks, and automatic type‑safe payload handling across the EZ4 ecosystem.
EZ4 uses your TypeScript types as the source of truth, and the Schema package turns them into runtime‑safe structures without decorators, code generation, or duplicated definitions.
Getting started
Install
npm install @ez4/schema -DFollow the guides for working with different schema patterns:
Complementary packages
These packages build on top of EZ4 Schema to transform and validate data at runtime:
License
MIT License
