Skip to content

openpra-monorepo


Variable: EarthScienceDataSetSchema

const EarthScienceDataSetSchema: ZodObject<{ currentnessAssessment: ZodString; dataCutoffDate: ZodOptional<ZodString>; discipline: ZodEnum<{ GEOLOGY: "GEOLOGY"; GEOPHYSICS: "GEOPHYSICS"; GEOTECHNICAL: "GEOTECHNICAL"; PALEOSEISMOLOGY: "PALEOSEISMOLOGY"; SEISMOLOGY: "SEISMOLOGY"; STRONG_MOTION: "STRONG_MOTION"; TOPOGRAPHY: "TOPOGRAPHY"; }>; fileReference: ZodOptional<ZodString>; format: 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>>; interpretationsSupported: ZodArray<ZodString>; name: ZodString; publicationOrAcquisitionDate: ZodOptional<ZodString>; qualityAndLimitations: ZodString; resolution: ZodOptional<ZodString>; sourceOrganization: ZodString; sourceReference: ZodString; spatialCoverage: ZodString; temporalCoverage: ZodOptional<ZodString>; uuid: ZodString; }, $strip>

Defined in: sha/seismic-hazard-analysis.ts:254