Sign in
apache
/
avro
/
refs/heads/update-lts-nodejs
/
.
/
lang
/
java
/
compiler
/
src
/
test
/
idl
/
input
/
bar.avpr
blob: ea8b0d4befb1f68b9659a3073bf86b800737b8b3 [
file
]
{
"protocol"
:
"org.foo.Bar"
,
"types"
:
[{
"name"
:
"AorB"
,
"type"
:
"enum"
,
"symbols"
:
[
"A"
,
"B"
],
"default"
:
"A"
}],
"messages"
:
{
"bar"
:
{
"request"
:
[{
"name"
:
"choice"
,
"type"
:
"AorB"
}],
"response"
:
"null"
}}}