Skip to content

openpra-monorepo


Variable: PlantRepresentationAccuracySchema

const PlantRepresentationAccuracySchema: ZodObject<{ accuracy: ZodEnum<typeof ImportanceLevel>; basis: ZodString; detailConsistentWithPlant: ZodBoolean; highConfidenceAreas: ZodArray<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>>; improvementPlans: ZodArray<ZodString>; lowerConfidenceAreas: ZodArray<ZodString>; scope: ZodEnum<{ OPERATING: "OPERATING"; PRE_OPERATIONAL: "PRE_OPERATIONAL"; }>; sufficiencyJustification: ZodString; sufficientForRiskSignificantContributors: ZodBoolean; }, $strip>

Defined in: core/documentation.ts:126