Skip to content

openpra-monorepo


Variable: RoutineActivityIdentificationSchema

const RoutineActivityIdentificationSchema: ZodObject<{ activityType: ZodEnum<{ CALIBRATION: "CALIBRATION"; REALIGNMENT: "REALIGNMENT"; }>; affectedComponents: ZodOptional<ZodArray<ZodString>>; affectedSystems: ZodArray<ZodString>; affectsMultipleTrainsOrDiverseSystems: ZodBoolean; applicablePlantOperatingStates: ZodArray<ZodString>; description: ZodString; identificationSources: ZodArray<ZodEnum<{ DESIGN_ENGINEER_INTERVIEW: "DESIGN_ENGINEER_INTERVIEW"; INDUSTRY_EXPERIENCE: "INDUSTRY_EXPERIENCE"; PLANT_PRACTICES: "PLANT_PRACTICES"; PROCEDURES: "PROCEDURES"; }>>; 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>>; multiTrainMechanism: ZodOptional<ZodString>; name: ZodString; preOperationalIdentificationProcess: ZodOptional<ZodString>; uuid: ZodString; }, $strip>

Defined in: hr/human-reliability-analysis.ts:17