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