Type Alias: HttpJsonMonitorSchemaType
HttpJsonMonitorSchemaType =
MonitorSchema<{expectedJsonValue:z.ZodString;jsonPath:z.ZodString;type:z.ZodLiteral<"http-json">;url:z.ZodString; }>
Defined in: shared/types/schemaTypes.ts:141
Zod schema describing HTTP JSON monitor payloads.