{ "swagger": "2.0", "info": { "contact": {} }, "paths": {}, "securityDefinitions": { "Bearer": { "description": "Type \"Bearer\" followed by a space and the JWT token.", "type": "apiKey", "name": "Authorization", "in": "header" } } }