schemas: legacy: extract IpmbPowerMonitor
This allows to remove some properties from 'Aggregate' schema which are
no longer needed, since there is now a more specific schema to use.
Tested: Schema Validator Pass
Change-Id: I04a27709c25f3bd4cc5f5b2c14e8f87837e9c9eb
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/global.json b/schemas/global.json
index 31b40f5..c3da46a 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -103,6 +103,9 @@
"$ref": "legacy.json#/$defs/IpmbDevice"
},
{
+ "$ref": "legacy.json#/$defs/IpmbPowerMonitor"
+ },
+ {
"$ref": "virtual_sensor.json#/$defs/VirtualSensor"
},
{