Skip to content

openpra-monorepo


Variable: HazardDiscretizationSchema

const HazardDiscretizationSchema: ZodObject<{ basis: ZodString; bins: ZodArray<ZodObject<{ annualFrequency: ZodNumber; conditionalFrequencyMethod: ZodString; contributionToRiskMetric: ZodOptional<ZodNumber>; eventSequenceFamilyRefs: ZodArray<ZodString>; fragilityEvaluationRefs: ZodArray<ZodString>; groundMotionUnits: ZodString; hazardCurveRef: ZodString; lowerGroundMotion: ZodNumber; name: ZodString; representativeGroundMotion: ZodNumber; upperGroundMotion: ZodNumber; uuid: ZodString; }, $strip>>; converged: ZodBoolean; convergenceMetric: ZodString; convergenceStudies: ZodArray<ZodObject<{ binCount: ZodNumber; metricValue: ZodNumber; relativeChange: ZodNumber; }, $strip>>; convergenceTolerance: ZodNumber; hazardCurveRefs: ZodArray<ZodString>; 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>>; name: ZodString; numericalMethod: ZodString; uuid: ZodString; }, $strip>

Defined in: spr/seismic-plant-response-analysis.ts:302