This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
v0.5.1
Fixed
- An issue where OpenAPI docs containing typed list fields would blow up at render time. (#12)
- OpenAPI docs now use
{read,write}Only
field markers instead of generating one schema per context (request, response). This may be a breaking change if your tests depended on the old way for some reason, but I'm treating it as a bugfix.