schemas: legacy: extract MultiNodeID
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: Ibb16fc166a7f587bd5d8f3442744a60b037526b9
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/global.json b/schemas/global.json
index f822413..985cb59 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -76,6 +76,9 @@
"$ref": "legacy.json#/$defs/Gpio"
},
{
+ "$ref": "legacy.json#/$defs/MultiNodeID"
+ },
+ {
"$ref": "virtual_sensor.json#/$defs/VirtualSensor"
},
{