Enum value for the items of an array is not consistent with the items type

Issue ID: semantic-item-enum-type-incompatible

Description

The enum value in an array does not match the type your have specified for the items in the array.

Remediation

Make sure that all enum values in arrays match the type defined for the items.