master^2
Bhaskar 5 months ago
parent 2b7234ad1e
commit fa0505acdc

@ -812,8 +812,8 @@ module.exports = function (fastify, opts, next) {
//required: [ "support_teamMemberId", "startDate", "endDate", "category", "masterHardwareId"], //required: [ "support_teamMemberId", "startDate", "endDate", "category", "masterHardwareId"],
properties: { properties: {
support_teamMemberId: { type: "string" }, support_teamMemberId: { type: "string" },
startDate: { type: "string", format: "date-time" }, startDate: { type: "string" },
endDate: { type: "string", format: "date-time" }, endDate: { type: "string" },
category: { type: "string" }, category: { type: "string" },
masterHardwareId: { type: "string" }, masterHardwareId: { type: "string" },
}, },

Loading…
Cancel
Save