github.com/confluentinc/confluent-kafka-go@v1.9.2/schemaregistry/test/avro/union.avsc (about) 1 { 2 "name": "basic", 3 "type": "record", 4 "doc": "basic schema for tests", 5 "namespace": "python.test.basic", 6 "fields": [ 7 { 8 "name": "number", 9 "doc": "age", 10 "type": [ 11 "long", 12 "null" 13 ] 14 }, 15 { 16 "name": "name", 17 "doc": "a name", 18 "type": [ 19 "string" 20 ] 21 } 22 ] 23 }