, Apache Avro, a data serialization system, is often used for RPC-style communication and message exchanges.
What distinguishes Apache Avro from others is the fact that the schema is represented in JSON format, for example, here is our
web APIs translated to Apache Avro.