github.com/hamba/avro/v2@v2.22.1-0.20240518180522-aff3955acf7d/cmd/avrogen/testdata/schema.avsc (about) 1 { 2 "type": "record", 3 "name": "test", 4 "namespace": "a.b", 5 "fields": [ 6 { "name": "someString", "type": "string" }, 7 { "name": "someInt", "type": "int" } 8 ] 9 }