ArrayMustHaveType
October 10, 2022 ยท View on GitHub
Description
An array must claim "type:'array'" explicitly.
How to fix
Add the missing 'type:array'.
What's the impact if breaking the rule
If no type specified, the model would be deemed as any type.