Skip to content

openpra-monorepo


Variable: ReleaseCategorySchema

const ReleaseCategorySchema: ZodObject<{ boundingSequenceJustification: ZodOptional<ZodString>; boundingSequenceReference: ZodString; description: ZodString; differentiationBasis: ZodEnum<{ CONSEQUENCE_METRIC: "CONSEQUENCE_METRIC"; CONSEQUENCE_METRIC_AND_RISK_SIGNIFICANT_DIFFERENTIATION: "CONSEQUENCE_METRIC_AND_RISK_SIGNIFICANT_DIFFERENTIATION"; }>; groupingJustification: ZodOptional<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>>; magnitudeClassification: ZodOptional<ZodString>; name: ZodString; regulatoryAlignment: ZodOptional<ZodString>; releaseTerminationTime: ZodObject<{ justification: ZodString; unit: ZodString; value: ZodNumber; }, $strip>; supportingReferences: ZodOptional<ZodArray<ZodString>>; technicalBasis: ZodString; timingClassification: ZodOptional<ZodString>; uuid: ZodString; }, $strip>

Defined in: ms/mechanistic-source-term-analysis.ts:31