Property constraining the item values is defined even though the item's values are defined in an enum
Issue ID: warning-items-enum-property-improper
Description
You have specified a property constraining the values of array items even though the items' values are defined in an enum. This makes little sense.
Remediation
Do not define unnecessary properties for array items constrained by enums.