The third_party/OpenAPI directory contains HTML, Javascript,
and CSS assets that dynamically generate Swagger documentation from a
Swagger-compliant API definition in example.swagger.json
file. That file is auto-generated by running make generate in the root
of this repository. The static assets are copied from
this dist folder
of the OpenAPI-UI project. After copying, index.html
is edited to load the swagger file from the local server instead of the default petstore.
See the respective LICENSE files for each project for the applicable license terms.