Skip to content

Support multiple usage of same schema with id #2059

Closed
@hueniverse

Description

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

Metadata

Metadata

Assignees

Labels

featureNew functionality or improvement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions