{
    "/hello": {
        "get": "./hello/world"
    },
    "/hello/world": {
        "post": "./hello/world"
    },
    "/hello/there": {
        "patch": "./hello/there",
        "delete": "./hello/there"
    }
}
