{ "swagger": "2.0", "info": { "description": "This is the API for using and configure Kerberos Agent.", "title": "Swagger Kerberos Agent API", "termsOfService": "https://kerberos.io", "contact": { "name": "API Support", "url": "https://www.kerberos.io", "email": "support@kerberos.io" }, "license": { "name": "Apache 2.0 - Commons Clause", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" }, "version": "1.0" }, "basePath": "/", "paths": {}, "securityDefinitions": { "Bearer": { "type": "apiKey", "name": "Authorization", "in": "header" } } }