Property constraining header values is defined even though the header's values are defined in an enum

Issue ID: warning-header-enum-property-improper

Description

You have specified a property constraining header values even though the header's values are defined in an enum. This makes little sense.

Remediation

Do not define unnecessary properties for headers constrained by enums.