idesoto
Results
2
issues of
idesoto
I have the following issue. [drf-spectacular](https://github.com/tfranzel/drf-spectacular) generates the following spec for enums (for example, for a building_type field which can be either "house" or "apartment" or null): ``` WhateverObject: type:...
I have an OpenAPI Schema that I'm generating from a Django (a python web framework) using a library called [drf-spectacular](https://github.com/tfranzel/drf-spectacular). Fields that contain a URL are generated as a "type:...