Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 235 Bytes

array-must-have-type.md

File metadata and controls

13 lines (7 loc) · 235 Bytes

ArrayMustHaveType

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.