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 2c04596 commit d9aff64Copy full SHA for d9aff64
src/services/InterviewProcessorService.js
@@ -58,11 +58,11 @@ processRequestInterview.schema = {
58
'mime-type': Joi.string().required(),
59
payload: Joi.object().keys({
60
id: Joi.string().uuid().required(),
61
- xaiId: Joi.string().uuid().allow(null),
+ xaiId: Joi.string().allow(null),
62
jobCandidateId: Joi.string().uuid().required(),
63
calendarEventId: Joi.string().allow(null),
64
templateUrl: Joi.xaiTemplate().required(),
65
- templateId: Joi.string().uuid().allow(null),
+ templateId: Joi.string().allow(null),
66
templateType: Joi.string().allow(null),
67
title: Joi.string().uuid().allow(null),
68
locationDetails: Joi.string().uuid().allow(null),
0 commit comments