-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
supportQuestions, discussions, and general supportQuestions, discussions, and general support
Milestone
Description
How would one use Joi to validate social media URLs?
I tried this but had no luck:
const devSchema = Joi.object().keys({
instagram: Joi.string().uri({
scheme: "instagram"
})
});
When I try {instagram: "http://instagram.com/user"}:
"instagram" must be a valid uri with a scheme matching the instagram pattern
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
supportQuestions, discussions, and general supportQuestions, discussions, and general support