Files
openclaw/src/plugin-sdk/config-schema.ts
2026-05-10 12:37:10 +01:00

9 lines
409 B
TypeScript

/**
* @deprecated Public SDK subpath has no bundled extension production imports.
* Plugin authors should define plugin-local schemas instead of depending on the
* full root OpenClaw config schema.
*/
export { OpenClawSchema } from "../config/zod-schema.js";
export { validateJsonSchemaValue } from "../plugins/schema-validator.js";
export type { JsonSchemaObject } from "../shared/json-schema.types.js";