The `prismaJsonNullability` option is completely backwards: - If `true`, Json types **do not** allow null. - If `false`, Json types **do** allow null. Code with broken condition: https://github.com/Pyxlab/zod-prisma/blob/main/src/generator.ts#L98-L102
The
prismaJsonNullabilityoption is completely backwards:true, Json types do not allow null.false, Json types do allow null.Code with broken condition:
https://github.com/Pyxlab/zod-prisma/blob/main/src/generator.ts#L98-L102