Skip to content

openpra-monorepo


Variable: RiskSignificantContributorSchema

const RiskSignificantContributorSchema: ZodObject<{ applicableFamilyRefs: ZodArray<ZodString>; basis: ZodString; contributionPhase: ZodOptional<ZodEnum<{ INITIATING_EVENT_OCCURRENCE: "INITIATING_EVENT_OCCURRENCE"; MITIGATION_FAILURE: "MITIGATION_FAILURE"; }>>; contributorType: ZodEnum<typeof RiskSignificantContributorType>; entityRef: ZodString; fractionalContribution: ZodOptional<ZodNumber>; implementsSrs: ZodArray<ZodObject<{ hlr: ZodEnum<{ A: "A"; B: "B"; C: "C"; D: "D"; E: "E"; F: "F"; G: "G"; H: "H"; I: "I"; }>; sr: ZodString; }, $strip>>; reactorScope: ZodOptional<ZodEnum<{ MULTI_REACTOR: "MULTI_REACTOR"; SINGLE_REACTOR: "SINGLE_REACTOR"; }>>; riskSignificanceCriteriaBasis: ZodString; uuid: ZodString; }, $strip>

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