github.com/hamba/avro/v2@v2.22.1-0.20240518180522-aff3955acf7d/cmd/avrosv/testdata/withref-schema.avsc (about)

     1  {
     2    "type": "record",
     3    "name": "testref",
     4    "fields": [
     5      { "name": "someref", "type": "test" }
     6    ]
     7  }