zenstack/packages/schema
github-actions[bot] fd8db57ef2
[CI] Bump version 3.6.2 (#2604)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2026-04-22 10:54:53 -07:00
..
src fix(orm): exclude Unsupported fields from ORM client (#2468) 2026-03-17 12:36:46 -07:00
test feat: creating zod schemas for zmodel constructs and ORM query input validations (#2389) 2026-02-20 06:31:00 -08:00
eslint.config.js refactor: extract a runtime schema package (#350) 2025-11-02 09:23:58 -08:00
package.json [CI] Bump version 3.6.2 (#2604) 2026-04-22 10:54:53 -07:00
README.md docs: add README.md to all public packages 2026-03-22 21:51:13 -07:00
tsconfig.json refactor: extract a runtime schema package (#350) 2025-11-02 09:23:58 -08:00
tsdown.config.ts chore: migrate from tsup to tsdown (#2580) 2026-04-15 12:13:34 -07:00
vitest.config.ts feat: creating zod schemas for zmodel constructs and ORM query input validations (#2389) 2026-02-20 06:31:00 -08:00

@zenstackhq/schema

Runtime schema representation for ZenStack. Defines the TypeScript types and accessor utilities for the compiled schema that zenstack generate produces from ZModel files. This schema object describes models, fields, relations, expressions, and other metadata used by packages like @zenstackhq/orm and @zenstackhq/server at runtime.

Installation

npm install @zenstackhq/schema