Fix/required array field not honored #36

Merged
HideyoshiNakazone merged 2 commits from fix/required-array-field-not-honored into main 2025-08-19 02:00:59 +00:00
HideyoshiNakazone commented 2025-08-19 02:00:36 +00:00 (Migrated from github.com)

Fixes the issue [#34].

Caused by a check in the wrong property mapping causing all fields of type array to have a default factory even when the field doesn't provide a default and is required

Fixes the issue [#34]. Caused by a check in the wrong property mapping causing all fields of type array to have a default factory even when the field doesn't provide a default and is required
Sign in to join this conversation.