Convert Json Schema file to Avro Schema file

One one hand I have a project where everything is set up on the OpenAPI spec. This means the data objects are described in JsonSchema. But on the other hand I have a topic using Avro in the Schema Registry. (I know there’s also the possibility to use JsonSchema in the Schema Registry … but for some reasons I must not use it in this project)

Is there any way I can convert the existing JsonSchema file to a Avro Schema file?

1 Like