Auto-generated — do not edit. Maintainers regenerate this in the framework repo with
pnpm --filter @objectstack/spec run gen:skill-refs(not runnable in an installed app).
Schemas live in the published @objectstack/spec package. Read them directly
from node_modules — there is no local copy in the skill bundle.
node_modules/@objectstack/spec/src/data/date-macros.zod.ts— Date Macro Tokens — the declarative placeholders the UI substitutesnode_modules/@objectstack/spec/src/data/filter.zod.ts— Unified Query DSL Specificationnode_modules/@objectstack/spec/src/data/query.zod.ts— Sort Node
- The schemas are runtime Zod definitions. Use
Readon the absolute path undernode_modules/@objectstack/spec/src/to inspect field shapes,.describe()text, enums, and refinements. - TypeScript types:
import type { … } from '@objectstack/spec'(or the matching subpath export). - Runtime values: import from the matching subpath shown in the
schema's directory (
'@objectstack/spec/data','@objectstack/spec/ai', …). The root barrel re-exports the common factories, but not every symbol — when in doubt, use the subpath.