schemas: legacy: extract I2CFan
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: Ice0014b7ae3bb98fb36461d5b4a307d2be15e917
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/global.json b/schemas/global.json
index 1ce2c09..612b8b5 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -58,6 +58,9 @@
"$ref": "legacy.json#/$defs/AspeedFan"
},
{
+ "$ref": "legacy.json#/$defs/I2CFan"
+ },
+ {
"$ref": "virtual_sensor.json#/$defs/VirtualSensor"
},
{