Async JSON Schema Traverse

JSON →
library 1.0.1 ·javascript
verified Jun 7, 2026

Async version of json-schema-traverse that iterates over all schema objects in a JSON Schema document, invoking a callback (or pre/post callbacks) for each object. Version 1.0.1 supports both CommonJS and ESM, ships TypeScript types, and is a maintained fork of json-schema-traverse with async/await support. Key differentiator: works with promises for asynchronous traversal, while the original is synchronous. Suitable for JSON Schema processing pipelines that require async operations.