Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› check

+1 -1
+1 -1
apps/server/src/v1/check/schema.ts
··· 74 74 }); 75 75 76 76 export const ResponseSchema = z.object({ 77 - timestamp: z 77 + time: z 78 78 .number() 79 79 .openapi({ description: "The timestamp of the response in UTC" }), 80 80 status: z