json-schema-to-avro

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

Converts JSON Schema definitions into Apache Avro schema format. Version 1.1.0 is the current stable release. The library is lightweight and has minimal dependencies (only tslib). It supports basic JSON Schema types and structures but does not handle advanced features like anyOf or allOf. The input must be fully dereferenced before conversion. It provides a simple API with a single convert function and ships with TypeScript type definitions.