|
|
|
@ -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" },
|
|
|
|
|
},
|
|
|
|
|