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