Sign in
apache
/
avro
/
refs/heads/remove-python-37-and-38
/
.
/
lang
/
java
/
compiler
/
src
/
test
/
idl
/
input
/
baz.avsc
blob: efd68d97354e4ff361a8d43f82c333e2f19a9356 [
file
]
{
"type"
:
"record"
,
"name"
:
"ns.other.schema.Baz"
,
"fields"
:
[
{
"name"
:
"x"
,
"type"
:
"int"
}
]
}