Skip to content

openpra-monorepo


Variable: HazardCurveSchema

const HazardCurveSchema: ZodObject<{ branchRef: ZodOptional<ZodString>; calculationRunRef: ZodString; controlPointRef: ZodString; direction: ZodEnum<{ GEOMETRIC_MEAN_HORIZONTAL: "GEOMETRIC_MEAN_HORIZONTAL"; HORIZONTAL_1: "HORIZONTAL_1"; HORIZONTAL_2: "HORIZONTAL_2"; MAXIMUM_HORIZONTAL: "MAXIMUM_HORIZONTAL"; RANDOM_HORIZONTAL: "RANDOM_HORIZONTAL"; VERTICAL: "VERTICAL"; }>; extrapolationMethod: ZodOptional<ZodString>; fractile: ZodOptional<ZodNumber>; frequencyUnit: ZodString; groundMotionParameterRef: ZodString; groundMotionUnits: 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>>; interpolationMethod: ZodString; name: ZodString; points: ZodArray<ZodObject<{ annualFrequencyOfExceedance: ZodNumber; groundMotion: ZodNumber; }, $strip>>; statistic: ZodEnum<{ FRACTILE: "FRACTILE"; INDIVIDUAL_BRANCH: "INDIVIDUAL_BRANCH"; MEAN: "MEAN"; }>; uuid: ZodString; }, $strip>

Defined in: sha/seismic-hazard-analysis.ts:721