|
|
@ -25,7 +25,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
address2: { type: "string" },
|
|
|
|
address2: { type: "string" },
|
|
|
|
zone: { type: "string" },
|
|
|
|
zone: { type: "string" },
|
|
|
|
pincode: { type: "string" },
|
|
|
|
pincode: { type: "string" },
|
|
|
|
departmentName: { type: "string" },
|
|
|
|
//departmentName: { type: "string" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
security: [
|
|
|
|
security: [
|
|
|
@ -178,6 +178,10 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
lastName: { type: "string" },
|
|
|
|
lastName: { type: "string" },
|
|
|
|
reportingManager: { type: "string" },
|
|
|
|
reportingManager: { type: "string" },
|
|
|
|
email: { type: "string" },
|
|
|
|
email: { type: "string" },
|
|
|
|
|
|
|
|
location: {
|
|
|
|
|
|
|
|
type: "array",
|
|
|
|
|
|
|
|
items: { type: "string" },
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
security: [
|
|
|
|
security: [
|
|
|
|