The following PR https://github.com/StefanTerdell/json-schema-to-zod/pull/128 released in v2.7.0 breaks zod schema generation due to the fact that `unique()` method doesn't exist in zod. [Here](https://github.com/colinhacks/zod/issues/5267) is an open issue and [this](https://github.com/colinhacks/zod/discussions/2316) is the related discussion.