Variable: HazardUncertaintySchema
constHazardUncertaintySchema:ZodObject<{affectedModelRefs:ZodArray<ZodString>;affectedResultRefs:ZodArray<ZodString>;analysisArea:ZodEnum<{GROUND_MOTION:"GROUND_MOTION";INTEGRATION:"INTEGRATION";SECONDARY_HAZARD:"SECONDARY_HAZARD";SITE_RESPONSE:"SITE_RESPONSE";SOURCE:"SOURCE";VERTICAL_MOTION:"VERTICAL_MOTION"; }>;characterizationMethod:ZodString;correlationAndDependencyTreatment:ZodOptional<ZodString>;description:ZodString;distribution:ZodOptional<ZodDiscriminatedUnion<[ZodObject<{errorFactor:ZodNumber;median:ZodNumber;type:ZodLiteral<LOGNORMAL>; },$strip>,ZodObject<{alpha:ZodNumber;betaParam:ZodNumber;type:ZodLiteral<BETA>; },$strip>,ZodObject<{mean:ZodNumber;stdDev:ZodNumber;type:ZodLiteral<NORMAL>; },$strip>],"type">>;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>>;importance:ZodOptional<ZodEnum<typeofImportanceLevel>>;logicTreeNodeRef:ZodOptional<ZodString>;name:ZodString;propagationMethod:ZodString;riskSignificanceBasis:ZodOptional<ZodString>;uncertaintyType:ZodEnum<{ALEATORY:"ALEATORY";EPISTEMIC:"EPISTEMIC"; }>;uuid:ZodString; },$strip>
Defined in: sha/seismic-hazard-analysis.ts:532
