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/datasource.zod.ts— Exports: DriverType, DriverDefinitionSchema, SchemaModeSchema, ExternalDatasourceSettingsSchema, DatasourceSchemanode_modules/@objectstack/spec/src/data/seed.zod.ts— Exports: SeedMode, SeedSchema, leadSeednode_modules/@objectstack/spec/src/kernel/context.zod.ts— Exports: RuntimeMode, KernelContextSchema, TenantRuntimeContextSchemanode_modules/@objectstack/spec/src/kernel/manifest.zod.ts— Exports: PluginPermissionsSchema, ManifestPermissionsSchema, PluginEnginesSchema, PluginRuntimeSchema, PluginPackagingSchemanode_modules/@objectstack/spec/src/kernel/metadata-plugin.zod.ts— Metadata Plugin Protocolnode_modules/@objectstack/spec/src/kernel/plugin-capability.zod.ts— Plugin Capability Protocolnode_modules/@objectstack/spec/src/kernel/plugin-loading.zod.ts— Plugin Loading Protocolnode_modules/@objectstack/spec/src/kernel/plugin.zod.ts— Exports: PluginContextSchema, PluginSchemanode_modules/@objectstack/spec/src/kernel/service-registry.zod.ts— Service Registry Protocolnode_modules/@objectstack/spec/src/stack.zod.ts— Exports: DatasourceMappingRuleSchema, ArtifactPackageEntrySchema, AssembledPackageBodySchema, ArtifactPackageSchema, ObjectStackDefinitionSchema
node_modules/@objectstack/spec/src/data/field.zod.ts— Exports: FieldType, SelectOptionSchema, LocationCoordinatesSchema, CurrencyConfigSchema, CurrencyValueSchemanode_modules/@objectstack/spec/src/data/hook.zod.ts— Exports: HookEvent, HookSchema, HookContextSchemanode_modules/@objectstack/spec/src/data/object.zod.ts— Exports: ApiMethod, ApiOperationSchema, ObjectCapabilities, IndexSchema, TenancyConfigSchemanode_modules/@objectstack/spec/src/security/rls.zod.ts— Row-Level Security (RLS) Protocolnode_modules/@objectstack/spec/src/ui/app.zod.ts— Exports: ObjectNavItemSchema, DashboardNavItemSchema, PageNavItemSchema, UrlNavItemSchema, ReportNavItemSchema
- 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.