Lets say I have a property of type enum that provide the types of CVEs currently found for a service. the enum values are CRITICAL, HIGH, MEDIUM, LOW.
The "CVE levels" property could have those values : MEDIUM, LOW, meaning there are no CVE of type high or critical (for now :) ). What would be great is to be able to compute a score card tier according to the type values. We could show bronze, silver or gold depending on the values in the property.