{
    "swagger": "2.0",
    "info": {
        "version": "0.0.0",
        "title": "Simple API"
    },
    "host": "api.uber.com",
    "schemes": [
        "https"
    ],
    "paths": {
        "/user": {
            "get": {
                "responses": {
                    "200": {
                        "description": "OK"
                    },
                    "400": {
                        "description": "NOT OK"
                    },
                    "500": {
                        "description": "SERVER ERROR"
                    }
                }
            }
        }
    }
}
