Variable: TechnicalElementMetadataSchema
constTechnicalElementMetadataSchema:ZodObject<{analysisDate:ZodString;analysts:ZodArray<ZodString>;lastModifiedBy:ZodString;lastModifiedDate:ZodString;limitations:ZodArray<ZodString>;plantIdentity:ZodOptional<ZodObject<{intermediateCoolant:ZodOptional<ZodString>;name:ZodString;numberOfModules:ZodOptional<ZodNumber>;powerConversionFluid:ZodOptional<ZodString>;primaryCoolant:ZodString;reactorType:ZodString;siteName:ZodOptional<ZodString>;thermalPower:ZodString;vendor:ZodString; },$strip>>;reviewers:ZodArray<ZodObject<{id:ZodString;name:ZodString;organization:ZodOptional<ZodString>;qualification:ZodOptional<ZodString>;role:ZodEnum<{EXTERNAL_AUDITOR:"EXTERNAL_AUDITOR";EXTERNAL_PEER_REVIEWER:"EXTERNAL_PEER_REVIEWER";INTERNAL_APPROVER:"INTERNAL_APPROVER";INTERNAL_REVIEWER:"INTERNAL_REVIEWER"; }>;title:ZodOptional<ZodString>; },$strip>>;scope:ZodString;versionInfo:ZodObject<{deprecatedFields:ZodOptional<ZodArray<ZodString>>;deprecatedInterfaces:ZodOptional<ZodArray<ZodString>>;lastUpdated:ZodString;schemaVersion:ZodString;version:ZodString; },$strip>; },$strip>
Defined in: technical-element.ts:32
