mtth / avsc

Avro for JavaScript :zap:
MIT License
1.27k stars 147 forks source link

[Feature request] Provide utility to convert to and from JSON Schema #420

Closed ali-habibzadeh closed 1 year ago

ali-habibzadeh commented 1 year ago

Would it be possible to provide ability to convert JSON schema to Avro and back?

mtth commented 1 year ago

Hi @ali-habibzadeh. This functionality sounds useful but is out of scope for avsc. Looks like there are a few other packages on NPM you might be able to use: https://www.npmjs.com/search?q=avro%20jsonschema. Hopefully one of them will work for you.