Skip to content

openpra-monorepo


Variable: BaseModelUncertaintyDocumentationSchema

const BaseModelUncertaintyDocumentationSchema: ZodObject<{ description: ZodOptional<ZodString>; name: ZodString; reasonableAlternatives: ZodArray<ZodObject<{ alternative: ZodString; applicableElements: ZodOptional<ZodArray<ZodString>>; reasonNotSelected: ZodString; }, $strip>>; relatedAssumptions: ZodArray<ZodObject<{ applicableElements: ZodOptional<ZodArray<ZodString>>; assumption: ZodString; basis: ZodString; }, $strip>>; requirementReference: ZodOptional<ZodString>; uncertaintySources: ZodArray<ZodObject<{ applicableElements: ZodOptional<ZodArray<ZodString>>; impact: ZodString; source: ZodString; }, $strip>>; uuid: ZodString; }, $strip>

Defined in: core/documentation.ts:31