···199199 .boolean()
200200 .default(false)
201201 .openapi({ description: "If the monitor is public" }),
202202+ degratedAfter: z.number().optional().openapi({
203203+ description: "The time after the monitor is considered degrated",
204204+ }),
205205+ timeout: z.number().optional().openapi({
206206+ description: "The timeout of the request",
207207+ }),
202208 })
203209 .openapi({
204210 description: "The monitor",