forked from loafle/openapi-generator-original
* minor enhancements to the avro generator * add option to customize package name * update doc
19 lines
324 B
JSON
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"
|
|
}
|
|
]
|
|
}
|