We have a big OpenAPI file, and how can I view it online?
I hope to view that like below:
ref: https://docs.gitlab.com/ee/api/openapi/openapi_interactive.html
From GitLab documentation on its OpenAPI viewer (emphasis mine):
The filename must include
openapi
orswagger
and the extension must beyaml
,yml
, orjson
.
Your file name framework.yml
does not match the expected pattern.