Openstatus www.openstatus.dev

๐Ÿ› openapi fix

-8
-8
apps/server/src/v1/notification.ts
··· 46 46 }), 47 47 payload: NotificationDataSchema.openapi({ 48 48 description: "The data of the notification", 49 - examples: [ 50 - { email: "ping@openstatus.dev" }, 51 - { discord: "https://discord.com/api/webhooks/{channelId}/xxx..." }, 52 - ], 53 49 }), 54 50 monitors: z 55 51 .array(z.number()) ··· 71 67 }), 72 68 payload: NotificationDataSchema.openapi({ 73 69 description: "The data of the notification", 74 - examples: [ 75 - { email: "ping@openstatus.dev" }, 76 - { discord: "https://discord.com/api/webhooks/{channelId}/xxx..." }, 77 - ], 78 70 }), 79 71 monitors: z 80 72 .array(z.number())