forked from loafle/openapi-generator-original
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"namespace": "model",
|
|
"type": "record",
|
|
"doc": "",
|
|
"name": "InlineObject1",
|
|
"fields": [
|
|
{
|
|
"name": "additionalMetadata",
|
|
"type": ["null", "string"],
|
|
"doc": "Additional data to pass to server"
|
|
},
|
|
{
|
|
"name": "file",
|
|
"type": ["null", "model.File"],
|
|
"doc": "file to upload"
|
|
}
|
|
]
|
|
}
|