A package providing helper utilities for working with JSON Schema abstract syntax trees (ASTs). Version 2.0.0, last updated and maintained sporadically. It offers functions to parse, transform, and generate JSON Schema documents. Differentiates from other JSON Schema libraries by focusing on low-level AST manipulation rather than validation or code generation. The package is minimal and intended for developers building tooling around JSON Schema. However, it lacks documentation and examples, and appears to be in early or incomplete state.
npm install schema-astNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to parse a JSON Schema object into an AST using the parse function.
Refer to the source code on GitHub for API usage.
Check the GitHub repository for any migration notes.
Run `npm install schema-ast`.
Use a named export like `const { parse } = require('schema-ast');`No dependency data recorded yet.