oatpp / oatpp-swagger

OpenApi 3.0.0 docs + Swagger UI for oatpp services
https://oatpp.io/
Apache License 2.0
90 stars 51 forks source link

Access to raw OpenAPI JSON #85

Open clarkholdham opened 10 months ago

clarkholdham commented 10 months ago

Is it possible to access the raw OpenAPI JSON (maybe even read it from a file)? I would like to add a "tags" root level section to my spec but there is no API for this today (not to be mistaken with the "tag" value in each endpoint. I rooted around in DocumentInfo and other places but could not find a way to access the JSON.