When attempting to define a response schema, no documentation is displayed. Example: ```js response: { schema: Joi.object({ param: Joi.string(), }), } ```