@sanity/static-schema-parser
v1.0.0
Published
Static schema parser for Sanity schema definitions
Downloads
754
Maintainers
Keywords
Readme
Static Schema
Functionality for AI Agents to author and deploy Sanity content schema.
Packages
- static-schema-parser — Core library: static AST parsing, content validation, and descriptor generation
Apps
- debug — Interactive web UI for testing the parser and validator with live feedback. Run with
pnpm dev.
Development
pnpm install
pnpm test
pnpm dev # Start debug UI
pnpm build