github.com/hamba/avro/v2@v2.22.1-0.20240518180522-aff3955acf7d/gen/testdata/uniontype.avsc (about) 1 { 2 "namespace": "test", 3 "type": "record", 4 "name": "TestUnionType", 5 "fields": [ 6 {"name" : "Field1", "type" : "long"}, 7 {"name" : "Field2", "type" : "int"} 8 ] 9 }