Default ref to `'.'` (this). For example: ```js Joi.object({ a: Joi.string() .when({ is: 'x', then: Joi.any().strip() } }); ```