schema: require type
Require the type property on every EM configuration. This is required
for EM to function correctly, so configurations with the type missing
suggests these configurations are not used and candidates for dropping
from the tree.
Change-Id: I72bf9eb2fd8e7a634a8a5aab45fe94da560fa9fc
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configurations/AXX1P100HSSI_AIC.json b/configurations/AXX1P100HSSI_AIC.json
index 9ce4151..f47610c 100644
--- a/configurations/AXX1P100HSSI_AIC.json
+++ b/configurations/AXX1P100HSSI_AIC.json
@@ -22,6 +22,7 @@
],
"Name": "Ethernet Network Adapter",
"Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'AXX1P100HSSI'})",
+ "Type": "Board",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"Manufacturer": "$BOARD_MANUFACTURER",
"Model": "$BOARD_PRODUCT_NAME",