···170170 }),
171171 assertions: z
172172 .preprocess((val) => {
173173+ console.log("val", val);
173174 try {
174175 if (Array.isArray(val)) return val;
175176 if (String(val).length > 0) {
···202203 degradedAfter: z.number().nullish().openapi({
203204 description: "The time after the monitor is considered degraded",
204205 }),
205205- timeout: z.number().nullish().openapi({
206206+ timeout: z.number().nullish().default(45000).openapi({
206207 description: "The timeout of the request",
207208 }),
208209 })