Sign in
apache
/
avro
/
refs/heads/update-lts-nodejs
/
.
/
lang
/
java
/
compiler
/
src
/
test
/
idl
/
input
/
foo.avsc
blob: 83267ea4760b122e2574e74a1a4874f7cfe440b3 [
file
]
{
"type"
:
"record"
,
"name"
:
"org.foo.Foo"
,
"fields"
:
[
{
"name"
:
"x"
,
"type"
:
"int"
}
]
}