```js { get() { // get schema for this HTTP method this.schema() }, post() { // get method GET defined above this.get('/') } } ```