Mostafa Aghajani 17f9a28093
Avro fix arrays with items as a ref to defined enum (#13162)
* 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
2022-08-16 00:22:49 +08:00

12 lines
155 B
JSON

{
"namespace": "model",
"type": "enum",
"doc": "",
"name": "ApiResponseStatuses",
"symbols": [
"success",
"failure",
"timeout"
]
}