Any software development team that works on some web backend service implementing REST will need to document their architecture. OpenAPI is the go-to technology to document such an interface. As documentations grow, so does their readability sink. I’ve seen spec files easily exceeding 3000 LOC. In this article, I want […]