schemas: legacy: extract PURedundancy
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: Ie4c64bf0022914c23e38cd4919646349ff263a86
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/global.json b/schemas/global.json
index 303e307..ccf41e6 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -49,6 +49,9 @@
"$ref": "legacy.json#/$defs/FanRedundancy"
},
{
+ "$ref": "legacy.json#/$defs/PURedundancy"
+ },
+ {
"$ref": "virtual_sensor.json#/$defs/VirtualSensor"
},
{