We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9aff64 commit 151c253Copy full SHA for 151c253
src/services/InterviewProcessorService.js
@@ -64,7 +64,7 @@ processRequestInterview.schema = {
64
templateUrl: Joi.xaiTemplate().required(),
65
templateId: Joi.string().allow(null),
66
templateType: Joi.string().allow(null),
67
- title: Joi.string().uuid().allow(null),
+ title: Joi.string().allow(null),
68
locationDetails: Joi.string().uuid().allow(null),
69
round: Joi.number().integer().positive().required(),
70
duration: Joi.number().integer().positive().required(),
0 commit comments