Files
openclaw/src/plugin-sdk/config-schema.ts
T
2026-04-27 21:58:48 +01:00

5 lines
286 B
TypeScript

/** Root OpenClaw configuration Zod schema — the full `openclaw.json` shape. */
export { OpenClawSchema } from "../config/zod-schema.js";
export { validateJsonSchemaValue } from "../plugins/schema-validator.js";
export type { JsonSchemaObject } from "../shared/json-schema.types.js";