|
|
@ -212,6 +212,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
reportingManager_email: { type: "string"},
|
|
|
|
reportingManager_email: { type: "string"},
|
|
|
|
picture: { type: "string"},
|
|
|
|
picture: { type: "string"},
|
|
|
|
dateOfJoin: { type: "string"},
|
|
|
|
dateOfJoin: { type: "string"},
|
|
|
|
|
|
|
|
employeeType: { type: "string"},
|
|
|
|
location: {
|
|
|
|
location: {
|
|
|
|
type: "array",
|
|
|
|
type: "array",
|
|
|
|
items: { type: "string" },
|
|
|
|
items: { type: "string" },
|
|
|
|