openapi-zod-client@1.18.2
·
2 commits
to main
since this release
Patch Changes
- #294
ca81272Thanks @QuentinJanuel! - Fix format validation for string items in arrays. Previously, format specifications (such asdate-time) were ignored for array items, resulting in loose validation. This change ensures that the specified formats are now correctly applied to all string items within arrays.