William Cheng e9a0a51b50
Fix file type in avro template (#4105)
* fix file type in avro template

* update doc
2019-10-09 20:22:57 +08:00

19 lines
340 B
JSON

{
"namespace": "model",
"type": "record",
"doc": "",
"name": "InlineObject1",
"fields": [
{
"name": "additionalMetadata",
"type": ["null", "string"],
"doc": "Additional data to pass to server"
},
{
"name": "file",
"type": ["null", "model.File"],
"doc": "file to upload"
}
]
}