```js const name = Joi.string().id('name'); const profile = Joi.object({ name, friend: name }); ```