mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 07:01:01 +00:00
* minor enhancements to the avro generator * add option to customize package name * update doc
24 lines
409 B
JSON
24 lines
409 B
JSON
{
|
|
"namespace": "model",
|
|
"type": "record",
|
|
"doc": "Describes the result of uploading an image resource",
|
|
"name": "ApiResponse",
|
|
"fields": [
|
|
{
|
|
"name": "code",
|
|
"type": ["null", "int"],
|
|
"doc": ""
|
|
},
|
|
{
|
|
"name": "type",
|
|
"type": ["null", "string"],
|
|
"doc": ""
|
|
},
|
|
{
|
|
"name": "message",
|
|
"type": ["null", "string"],
|
|
"doc": ""
|
|
}
|
|
]
|
|
}
|