Skip to content

openpra-monorepo


Variable: DataConsistencyCheckSchema

const DataConsistencyCheckSchema: ZodObject<{ consistencyAssessment: ZodEnum<{ CONSISTENT: "CONSISTENT"; INCONSISTENT: "INCONSISTENT"; PARTIALLY_CONSISTENT: "PARTIALLY_CONSISTENT"; }>; dataSourceId: ZodString; discrepancies: ZodOptional<ZodArray<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>>; parameterId: ZodString; resolutionActions: ZodOptional<ZodArray<ZodString>>; uuid: ZodString; verificationDate: ZodString; verificationMethod: ZodString; verifierId: ZodString; }, $strip>

Defined in: da/data-analysis.ts:307