koumoul-dev / vue-openapi

OpenAPI viewer component for VueJS
MIT License
90 stars 19 forks source link

Improve schema display #3

Closed nicolas-bonnel closed 7 years ago

nicolas-bonnel commented 7 years ago

Schema are currently dereferenced and showed as stringified JSON. But the process is not recursive and references inside object are not resolved.

References should be replaced by a link or title, and corresponding object should be displayed bellow. The list of object types could be expandable