William Cheng 8741a8ca35
Minor enhancements to the Avro schema generator (#3728)
* minor enhancements to the avro generator

* add option to customize package name

* update doc
2019-08-22 16:06:04 +08:00

19 lines
324 B
JSON

{
"namespace": "model",
"type": "record",
"doc": "",
"name": "InlineObject",
"fields": [
{
"name": "name",
"type": ["null", "string"],
"doc": "Updated name of the pet"
},
{
"name": "status",
"type": ["null", "string"],
"doc": "Updated status of the pet"
}
]
}