schemas: legacy: extract ExitAirTempSensor schema

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: Id2f37e994bbea211392cdd20c7f2730a61c13d72
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/global.json b/schemas/global.json
index 012e2b9..57bbd61 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -40,6 +40,9 @@
                             "$ref": "legacy.json#/$defs/Aggregate"
                         },
                         {
+                            "$ref": "legacy.json#/$defs/ExitAirTempSensor"
+                        },
+                        {
                             "$ref": "virtual_sensor.json#/$defs/VirtualSensor"
                         },
                         {