I am trying to create Union field in Avro schema and send corresponding JSON message with it but to have one of the fields - null
.
https://avro.apache.org/docs/1.8.2/spec.html#Unions
What is example of simplest UNION type (avro schema) with corresponding JSON data? (trying to make example without null/empty data and one with null/empty data).