forked from loafle/openapi-generator-original
* avro-schema generation fix for arrays with ref to enum (or any non primitive type) to include modelPackage prefix * sample scenario and generated outputs for avro-schema * create avro-schema dedicated test file
12 lines
155 B
JSON
12 lines
155 B
JSON
{
|
|
"namespace": "model",
|
|
"type": "enum",
|
|
"doc": "",
|
|
"name": "ApiResponseStatuses",
|
|
"symbols": [
|
|
"success",
|
|
"failure",
|
|
"timeout"
|
|
]
|
|
}
|