Is your feature request related to a problem? Please describe.
I was recently approaching the pulsar's schema registry. As you know, it supports Avro natively. In order to better support the publishing/consuming pattern with a well-defined schema, I was trying to auto-generate the classes related to the schema. Unfortunately, I wasn't unable to find some utilities that help me to translate an Avro JSON schema into a Python class (better a pydantic model)
Describe the solution you'd like
It would be nice if this library would support natively also the AVRO JSON schema in order to autogenerate classes
Describe alternatives you've considered
An alternative that I've considered was to first translate the Avro schema into a JSON schema and then apply this library in order to get my classes. But I was not able to do that with Python, I did not find any utility written in Python that helps me in this translation
Additional context
If you have any suggestions is more than welcome, also consider my alternative solution ( like, if you know some utilities that I did not know )
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too