Facing an issue #5232
Replies: 1 comment
-
|
The const testing = z.object({
testing: z.string().describe("testing")
});If you are trying to convert this schema to JSON Schema with If you are experiencing an issue, make sure you are using Zod 4 and that you are calling 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The description field is coming fine in my dummy setup with zod v4.
But in my project The description fields were stripped out, not sure why using the save zod v4.
Beta Was this translation helpful? Give feedback.
All reactions