Skip to content

openpra-monorepo


Variable: ModelValidationSchema

const ModelValidationSchema: ZodObject<{ description: 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>>; issueResolutions: ZodOptional<ZodArray<ZodString>>; issuesIdentified: ZodOptional<ZodArray<ZodString>>; name: ZodString; results: ZodString; systemReference: ZodString; techniques: ZodArray<ZodString>; uuid: ZodString; }, $strip>

Defined in: sy/systems-analysis.ts:533