owaspArrayLimit
owaspCheckErrorResponse will check array schema types also define maxItems
Example ruleset configuration
my-security-rule:
  description: Schema of type array must specify maxItems
  type: validation
  given: $
  then:
    function: owaspArrayLimit
Used by the following rules:
