x-swagger-router-controller extension
paths:
/hello:
# binds swagger app logic to a route
x-swagger-router-controller: hello_world
get:
description: Returns 'Hello' to the caller
# used as the method name of the controller
operationId: hello