|
|
|
@ -779,7 +779,10 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
supportId: { type: 'string' },
|
|
|
|
|
category: {
|
|
|
|
|
type: 'string',
|
|
|
|
|
enum: ['Power Outage', 'Level1', 'Pending', 'Onsite Issues']
|
|
|
|
|
enum: ["Power Outage",
|
|
|
|
|
"Pending",
|
|
|
|
|
"Resolved",
|
|
|
|
|
"Escalation"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|