Closed jautor closed 5 years ago
Same error occurs on the IndicatorLED
property.
@jautor , below parts also have similar issue in the OCPServerHardwareManagement.v0_2_3(4).json:
"SKU": {
"ReadRequirement": "Recommended",
"ConditionalRequirements": [{
"Purpose": "Either PartNumber or SKU (or both) must be implemented.",
"CompareProperty": "PartNumber",
"Comparison": "Absent",
"ReadRequirement": "Mandatory"
}]
},
and
"PartNumber": {
"ReadRequirement": "Recommended",
"ConditionalRequirements": [{
"Purpose": "Either PartNumber or SKU (or both) must be implemented.",
"CompareProperty": "SKU",
"Comparison": "Absent",
"ReadRequirement": "Mandatory"
}]
},
It looks like "Comparison": "Absent",
should be "CompareType": "Absent"
, right?
The ConditionalRequirement for
UefiTargetBootSourceOverride
has aValues
property which should beCompareValues
as the comparison is for the value of another property, not it's own value.