Skip to content

openpra-monorepo


Variable: EpistemicLogicTreeSchema

const EpistemicLogicTreeSchema: ZodObject<{ branchWeightReview: ZodString; centerBodyRangeCoverage: ZodString; dependenciesAndCorrelations: 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; nodes: ZodArray<ZodObject<{ branches: ZodArray<ZodObject<{ dataSupport: ZodArray<ZodString>; limitations: ZodOptional<ZodArray<ZodString>>; modelRef: ZodOptional<ZodString>; name: ZodString; technicalBasis: ZodString; uuid: ZodString; value: ZodOptional<ZodUnion<readonly [..., ...]>>; weight: ZodNumber; }, $strip>>; dependencyTreatment: ZodOptional<ZodString>; elicitationBasis: ZodString; name: ZodString; nodeKind: ZodEnum<{ GROUND_MOTION_MODEL: "GROUND_MOTION_MODEL"; MAXIMUM_MAGNITUDE: "MAXIMUM_MAGNITUDE"; OTHER: "OTHER"; RECURRENCE: "RECURRENCE"; SITE_RESPONSE: "SITE_RESPONSE"; SOURCE_GEOMETRY: "SOURCE_GEOMETRY"; }>; parentBranchRef: ZodOptional<ZodString>; uuid: ZodString; weightSum: ZodNumber; }, $strip>>; totalEndBranchCount: ZodOptional<ZodNumber>; uuid: ZodString; }, $strip>

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