core-api / python-openapi-codec

An OpenAPI codec for Core API.
Other
33 stars 35 forks source link

Missing Enum and some others? #48

Open cristianocca opened 7 years ago

cristianocca commented 7 years ago

https://github.com/core-api/python-openapi-codec/blob/master/openapi_codec/encode.py#L121

Is there any reason Enum is not listed? This makes other libraries like django-rest-swagger to not properly render choice fields

tomchristie commented 7 years ago

It's on the backlog of things to do, yes.