Type Alias: HttpJsonMonitorSchemaType
HttpJsonMonitorSchemaType =
z.ZodObject<{activeOperations:ActiveOperationsArray;checkInterval:z.ZodNumber;expectedJsonValue:z.ZodString;history:HistoryArray;id:z.ZodString;jsonPath:z.ZodString;lastChecked:z.ZodOptional<z.ZodDate>;monitoring:z.ZodBoolean;responseTime:z.ZodNumber;retryAttempts:z.ZodNumber;status:MonitorStatusEnum;timeout:z.ZodNumber;type:z.ZodLiteral<"http-json">;url:z.ZodString; }>
Defined in: shared/types/schemaTypes.ts:128
Zod schema describing HTTP JSON monitor payloads.