@nodebooks/notebook-schema
v0.4.0
Published
Zod schemas that describe NodeBooks notebooks, cells, and runtime data.
Readme
@nodebooks/notebook-schema
Zod schemas that model notebooks, cells, outputs, and runtime metadata shared across the NodeBooks platform.
Usage
import { NotebookSchema } from "@nodebooks/notebook-schema";
const parsed = NotebookSchema.parse(payload);