schemas: legacy: extract IpmbSensor
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: Ic089f7afc1a01952d3d8c6ef63d00da464ecb9b0
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/global.json b/schemas/global.json
index 9bcbcb1..1985347 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -67,6 +67,9 @@
"$ref": "legacy.json#/$defs/XeonCPU"
},
{
+ "$ref": "legacy.json#/$defs/IpmbSensor"
+ },
+ {
"$ref": "virtual_sensor.json#/$defs/VirtualSensor"
},
{