{ "swagger": "2.0", "info": { "description": "This is the API for Authentication Microservice for UESS. It doesn't support OAS 3.0 and is only for documentation purposes. The library used doesn't support @server annotation.", "title": "UESS Authentication Microservice", "contact": { "name": "Darrel Israel", "email": "d.israel.psa@gmail.com" }, "version": "1.0" }, "basePath": "/", "paths": {}, "securityDefinitions": { "BearerToken": { "type": "apiKey", "name": "Authorization", "in": "header" } } }