We could use the schema to conditionally parse the query/body content. ```js { post: { '/': { query: false, body: false } } } ``` Also we could merge a default schema with the one provided.