From fa0505acdc8ee27ba8d57370156158915f88ebf0 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Fri, 23 May 2025 11:11:50 +0530 Subject: [PATCH] changes --- src/routes/installationRoute.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/installationRoute.js b/src/routes/installationRoute.js index 89c6c725..ce4c6dd8 100644 --- a/src/routes/installationRoute.js +++ b/src/routes/installationRoute.js @@ -812,8 +812,8 @@ module.exports = function (fastify, opts, next) { //required: [ "support_teamMemberId", "startDate", "endDate", "category", "masterHardwareId"], properties: { support_teamMemberId: { type: "string" }, - startDate: { type: "string", format: "date-time" }, - endDate: { type: "string", format: "date-time" }, + startDate: { type: "string" }, + endDate: { type: "string" }, category: { type: "string" }, masterHardwareId: { type: "string" }, },