@nsgx/schema
v1.1.0
Published
Portable .nsg.json schema types and validators for Nested Spatial Graphs
Maintainers
Readme
@nsgx/schema
Portable .nsg.json schema types and validators for Nested Spatial Graphs.
Install
pnpm add @nsgx/schema zod
# or
npm install @nsgx/schema zodUsage
import { NSGFileSchema, type NSGFile } from "@nsgx/schema"
const result = NSGFileSchema.safeParse(myJson)
if (result.success) {
const graph: NSGFile = result.data
}What's Included
NSGFile,NSGLayer,NSGNode,NSGEdgetypes- Zod validators for all schema types
- Migration helpers for older schema versions
License
MIT
