We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e2368 commit ee5615dCopy full SHA for ee5615d
packages/zod/src/v4/core/registries.ts
@@ -72,8 +72,6 @@ export interface JSONSchemaMeta {
72
id?: string | undefined;
73
title?: string | undefined;
74
description?: string | undefined;
75
- example?: unknown | undefined;
76
- examples?: unknown[] | Record<string, { value: unknown; [k: string]: unknown }> | undefined; // allow array or example map
77
deprecated?: boolean | undefined;
78
[k: string]: unknown;
79
}
0 commit comments