github.com/confluentinc/confluent-kafka-go@v1.9.2/schemaregistry/test/avro/recursive.avsc (about) 1 { 2 "type": "record", 3 "name": "RecursiveUnionTestRecord", 4 "fields": [ 5 {"name": "RecursiveField", "type": ["null", "RecursiveUnionTestRecord"]} 6 ] 7 }