blob: a5d1a482a281e57f2dbdaa2325c32bce3ad18bed [file] [log] [blame]
{
"type" : "record",
"name" : "Item",
"fields" : [ {
"name" : "id",
"type" : "string",
"ctor" : "true"
},
{
"name" : "entities",
"type" :
[ "null", {
"type" : "record",
"name" : "Information",
"fields" : [ {
"name" : "id",
"type" : "string"
}, {
"name" : "externalItem",
"type" : "Item"
}, {
"name" : "innerUnion",
"type" : ["int", "double"]
}
]
}
]
}
]
}