Skip to content

openpra-monorepo


Variable: RiskIntegrationFeedbackSchema

const RiskIntegrationFeedbackSchema: ZodObject<{ analysisRef: ZodString; feedbackDate: ZodOptional<ZodString>; generalFeedback: ZodOptional<ZodString>; response: ZodOptional<ZodObject<{ changes: ZodOptional<ZodArray<ZodString>>; description: ZodString; status: ZodEnum<{ COMPLETED: "COMPLETED"; IN_PROGRESS: "IN_PROGRESS"; PENDING: "PENDING"; }>; }, $strip>>; sequenceFeedback: ZodOptional<ZodArray<ZodObject<{ insights: ZodOptional<ZodArray<ZodString>>; recommendations: ZodOptional<ZodArray<ZodString>>; riskSignificance: ZodOptional<ZodEnum<typeof ImportanceLevel>>; sequenceRef: ZodString; }, $strip>>>; }, $strip>

Defined in: esq/event-sequence-quantification.ts:513