mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 04:00:51 +00:00
* 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"
|
|
]
|
|
}
|