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