blob: bf5e8f9e7c4779dd48313ecc17e9a0408fb8f188 [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"]
}
]
}
]
}
]
}