Skip to content

openpra-monorepo


Variable: SeismicHazardDocumentationSchema

const SeismicHazardDocumentationSchema: ZodObject<{ boundingSiteBasis: ZodOptional<ZodString>; calculationFileRefs: ZodArray<ZodString>; dataAndModelReferences: ZodArray<ZodString>; existingAnalysisEvaluation: ZodOptional<ZodString>; groundMotionCharacterizationMethods: ZodString; hazardResultsSummary: 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>>; inputsDescription: ZodString; limitations: ZodArray<ZodString>; localSiteResponseMethods: ZodString; modelStructureDescription: ZodString; modelUncertaintyDocumentation: ZodString; processDescription: ZodString; reviewRecordRefs: ZodArray<ZodString>; riskSignificantUncertaintiesAndAssumptions: ZodString; scientificInterpretations: ZodString; secondaryHazardMethods: ZodString; sourceCharacterizationMethods: ZodString; structuredProcessDescription: ZodString; traceabilityLinks: ZodArray<ZodObject<{ relationship: ZodString; requirementRefs: 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>>; sourceRef: ZodString; sourceType: ZodEnum<{ CALCULATION: "CALCULATION"; DATA_SET: "DATA_SET"; INTERPRETATION: "INTERPRETATION"; LOGIC_TREE_BRANCH: "LOGIC_TREE_BRANCH"; MODEL: "MODEL"; RESULT: "RESULT"; REVIEW_FINDING: "REVIEW_FINDING"; }>; targetRef: ZodString; targetType: ZodString; uuid: ZodString; }, $strip>>; verticalSpectraMethods: ZodString; }, $strip>

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