{ "schemes": [ "http", "https" ], "swagger": "2.0", "info": { "description": "A chaotic, self-hosted Discord-like platform API", "title": "Dumpster API", "contact": {}, "version": "1.0" }, "host": "localhost:8080", "basePath": "/api/v1", "paths": {}, "securityDefinitions": { "SessionAuth": { "type": "apiKey", "name": "dumpster_session", "in": "cookie" } } }