forked from loafle/openapi-generator-original
* 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": ""
|
|
}
|
|
]
|
|
}
|