What's wrong with this entry?
Anonymous. No account, no email.
Significantly expanded zodToJsonSchema converter supporting:
jsonSchema2019-09target withunevaluatedPropertiessupport- OpenAI-specific type handling (
OpenAiAnyType) with reference strategies - Date strategies:
format:date-time,format:date,string,integer(unix-time) - Email strategies:
format:email,format:idn-email,pattern:zod - Base64 strategy:
contentEncoding:base64 - Warning messages for OpenAI compatibility: "Warning: OpenAI may not support records in schemas!" / "Warning: OpenAI may not support schemas with unions as roots!"
Evidence
JSON schema generation (search for "jsonSchema2019-09", "OpenAiAnyType", "Warning: OpenAI may not support")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.