For example, to go to `uid` 15's list of topics made, you can navigate to `/api/uid/15/topics`, which will send you to the appropriate canonical URL for that user's topics.
assert(context[method].parameters.map(param=>(param.in==='path'?param.name:null)).filter(Boolean).every(name=>names.includes(name)),`${method.toUpperCase()}${path} has parameter(s) in path that are not defined in schema`);