schemas: legacy: move ISL69269

This Regulator is not explicitly supported in dbus-sensors, but similar
named devices are part of PSUSensor.

These are also supported by the same linux driver like the ISL69269 [1]

So for now, it can go into the PSUSensor schema.

Tested: Schema Validator Pass

References:
[1] https://github.com/openbmc/linux/blob/146a419dc8bb5acf39dcc8145630ee4ac8eea7e6/Documentation/hwmon/isl68137.rst#L317

Change-Id: I376830a9ce93e29a058fdbe9298b3d9b3ce9f185
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/global.json b/schemas/global.json
index 52657ec..ba54428 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -37,9 +37,6 @@
                             "$ref": "stepwise.json#/$defs/Stepwise"
                         },
                         {
-                            "$ref": "legacy.json#/$defs/Aggregate"
-                        },
-                        {
                             "$ref": "legacy.json#/$defs/ExitAirTempSensor"
                         },
                         {
diff --git a/schemas/legacy.json b/schemas/legacy.json
index 52af738..00dc83a 100644
--- a/schemas/legacy.json
+++ b/schemas/legacy.json
@@ -906,6 +906,7 @@
                         "ISL69225",
                         "ISL69243",
                         "ISL69260",
+                        "ISL69269",
                         "LM25066",
                         "LTC2945",
                         "LTC4282",
@@ -1056,52 +1057,6 @@
                 }
             }
         },
-        "Aggregate": {
-            "description": "Don't add additional properties to this schema. Consult README.schema for instructions on adding new Exposes element sub-schema.",
-            "additionalProperties": false,
-            "patternProperties": {
-                "Name(1[0-7]|[0-9])?$": {
-                    "$ref": "#/$defs/Types/Name"
-                },
-                "(vin|iin|pin|maxpin)_Name$": {
-                    "$ref": "#/$defs/Types/Name"
-                },
-                "(in|in_voltage|vout)(1[0-7]|[0-9])_Name$": {
-                    "$ref": "#/$defs/Types/Name"
-                },
-                "(curr|iin|iout|pin|pout|power|temp)(1[0-7]|[0-9])_Name$": {
-                    "$ref": "#/$defs/Types/Name"
-                },
-                "(in|in_voltage)(1[0-7]|[0-9])_Scale$": {
-                    "$ref": "#/$defs/Types/ScaleValue"
-                },
-                "(curr|power|iout)(1[0-7]|[1-9])_Scale$": {
-                    "$ref": "#/$defs/Types/ScaleValue"
-                }
-            },
-            "properties": {
-                "Address": {
-                    "$ref": "#/$defs/Types/Address"
-                },
-                "Bus": {
-                    "$ref": "#/$defs/Types/Bus"
-                },
-                "Labels": {
-                    "$ref": "#/$defs/Types/Labels"
-                },
-                "PowerState": {
-                    "$ref": "#/$defs/Types/PowerState"
-                },
-                "Thresholds": {
-                    "$ref": "#/$defs/Types/Thresholds"
-                },
-                "Type": {
-                    "enum": ["ISL69269"]
-                }
-            },
-            "required": ["Name", "Type"],
-            "type": "object"
-        },
         "Types": {
             "Address": {
                 "type": "string"