mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 04:47:03 -06:00
5 lines
286 B
TypeScript
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";
|