Standard schema for the public cert records
v0.8.0
const certRecordsSchema = z.object({ _ts: z.number(), certs: z.record(z.string(), z.record(z.string(), z.string())) }) satisfies StandardSchemaV1<unknown, CertRecords>; Copy
const certRecordsSchema = z.object({ _ts: z.number(), certs: z.record(z.string(), z.record(z.string(), z.string())) }) satisfies StandardSchemaV1<unknown, CertRecords>;
Standard schema for the public cert records