Auto-generated by
packages/spec/scripts/build-skill-references.ts. Do not edit — re-runpnpm --filter @objectstack/spec run gen:skill-refsto update.
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/system/translation.zod.ts— Field Translation Schemanode_modules/@objectstack/spec/src/ui/i18n.zod.ts— I18n Object Schema
node_modules/@objectstack/spec/src/shared/lazy-schema.ts— Wrap a Zod schema constructor so its body is only evaluated on first use.
- 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 '@objectstack/spec'— the package re-exports every schema and helper.