const eventSchema = new Schema({ id: Schema.Types.ObjectId, serviceName: String, event: { type: { type: String, required: true }, subType: { type: String,