You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After replaced the option required at @Schema annotation by requiredMode on #4286, it seems the issue #3438 is shown again.
According to the comments of ArraySchema annotation, ArraySchema.schema defines the model of the items within the array, while ArraySchema.arraySchema defines the model for the model of the array itself.
Example
In this example, I provide an almost same example at the #3438.