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.

Contents

  1. 1Description
  2. 2How to fix
  3. 3What's the impact if breaking the rule