mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 04:00:51 +00:00
* feature/add-avro-generator * feature/add-avro-generator * review/test/change output folder generation for avro * doc/update copyright for avro generator
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"
|
|
}
|
|
]
|
|
}
|