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/ui/action.zod.ts— Action Parameter Schemanode_modules/@objectstack/spec/src/ui/app.zod.ts— Base Navigation Item Schemanode_modules/@objectstack/spec/src/ui/chart.zod.ts— Unified Chart Type Taxonomynode_modules/@objectstack/spec/src/ui/component.zod.ts— Empty Properties Schemanode_modules/@objectstack/spec/src/ui/dashboard.zod.ts— Color variant for dashboard widgets (e.g., KPI cards).node_modules/@objectstack/spec/src/ui/page.zod.ts— Page Region Schemanode_modules/@objectstack/spec/src/ui/report.zod.ts— Report Type Enumnode_modules/@objectstack/spec/src/ui/theme.zod.ts— Color Palette Schemanode_modules/@objectstack/spec/src/ui/view.zod.ts— HTTP Method Enum & HTTP Request Schemanode_modules/@objectstack/spec/src/ui/widget.zod.ts— Widget Lifecycle Hooks Schema
node_modules/@objectstack/spec/src/data/feed.zod.ts— Feed Item Typenode_modules/@objectstack/spec/src/data/field.zod.ts— Field Type Enumnode_modules/@objectstack/spec/src/data/filter.zod.ts— Unified Query DSL Specificationnode_modules/@objectstack/spec/src/data/hook-body.zod.ts— Capability tokens a script body may request.node_modules/@objectstack/spec/src/shared/enums.zod.ts— Exports: AggregationFunctionEnum, SortDirectionEnum, SortItemSchema, MutationEventEnum, IsolationLevelEnumnode_modules/@objectstack/spec/src/shared/expression.zod.ts— Expression Protocolnode_modules/@objectstack/spec/src/shared/http.zod.ts— Shared HTTP Schemasnode_modules/@objectstack/spec/src/shared/identifiers.zod.ts— System Identifier Schemanode_modules/@objectstack/spec/src/shared/lazy-schema.ts— Wrap a Zod schema constructor so its body is only evaluated on first use.node_modules/@objectstack/spec/src/system/encryption.zod.ts— Field-level encryption protocolnode_modules/@objectstack/spec/src/system/masking.zod.ts— Data masking protocol for PII protectionnode_modules/@objectstack/spec/src/ui/i18n.zod.ts— I18n Object Schemanode_modules/@objectstack/spec/src/ui/keyboard.zod.ts— Focus Trap Configuration Schemanode_modules/@objectstack/spec/src/ui/responsive.zod.ts— Breakpoint Name Enumnode_modules/@objectstack/spec/src/ui/sharing.zod.ts— Sharing & Embedding Protocolnode_modules/@objectstack/spec/src/ui/touch.zod.ts— Touch Target Configuration Schema
- 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.