Variable: MaterialPropertySchema
constMaterialPropertySchema:ZodObject<{basisAndLimitations:ZodString;correlationGroup:ZodOptional<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">>;name:ZodString;propertyType:ZodEnum<{COMPRESSIONAL_WAVE_VELOCITY:"COMPRESSIONAL_WAVE_VELOCITY";DAMPING:"DAMPING";DENSITY:"DENSITY";OTHER:"OTHER";POISSON_RATIO:"POISSON_RATIO";SHEAR_MODULUS:"SHEAR_MODULUS";SHEAR_WAVE_VELOCITY:"SHEAR_WAVE_VELOCITY"; }>;sourceReference:ZodString;units:ZodString;uuid:ZodString;value:ZodNumber; },$strip>
Defined in: sha/seismic-hazard-analysis.ts:574
