Bug Fixed - 1574 - JSON Schema Field issue

This commit is contained in:
Anubhav Singh
2023-11-24 01:40:02 +05:30
parent edc46da933
commit 0403308847
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ const awardsSchema = z.object({
});
const certificatesSchema = z.object({
title: z.string().optional(),
name: z.string().optional(),
date: iso8601.optional(),
issuer: z.string().optional(),
summary: z.string().optional(),