schemas: legacy: extract ChassisIntrusionSensor

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: I0c1d0fe3b1feee23de4dc2630e3d49fda195cd4f
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/global.json b/schemas/global.json
index ccf41e6..c1b618d 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -52,6 +52,9 @@
                             "$ref": "legacy.json#/$defs/PURedundancy"
                         },
                         {
+                            "$ref": "legacy.json#/$defs/ChassisIntrusionSensor"
+                        },
+                        {
                             "$ref": "virtual_sensor.json#/$defs/VirtualSensor"
                         },
                         {