More explicit information in Swagger Node
$ npm install -g swagger
$ swagger project edit
The x-swagger-router-controller
element specifies the name of the controller file associated with the path.
Controller source code is placed in ./api/controllers
.
The operationId
element specifies which controller function to call.
$ swagger project start