Skip to content
Snippets Groups Projects

Resolve "problem with projects validation"

Merged Piotr Gawron requested to merge 290-problem-with-projects-validation into main
4 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -2,7 +2,7 @@ import { z } from 'zod';
export const disease = z.object({
id: z.number().int().positive(),
link: z.string().optional(),
link: z.string().nullable(),
type: z.string(),
resource: z.string(),
annotatorClassName: z.string(),
Loading