Add exit air temp configurations

Add exit air temp and system airflow sensor configurations
to R1000 chassis.

Change-Id: Ibe21b32fd5c3a3c2f031c99105de64b095f7c82c
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/schemas/global.json b/schemas/global.json
index fdf4f15..6d4ac33 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -235,12 +235,54 @@
                             "MinThermalRpm": {
                                 "type": "integer"
                             },
-                            "Count": {
+                            "AllowedFailures": {
                                 "type": "integer"
                             },
                             "PowerState": {
                                 "type": "string"
                             },
+                            "AlphaF": {
+                                "type": "number"
+                            },
+                            "AlphaS": {
+                                "type": "number"
+                            },
+                            "PowerFactorMax": {
+                                "type": "number"
+                            },
+                            "PowerFactorMin": {
+                                "type": "number"
+                            },
+                            "QMax": {
+                                "type": "number"
+                            },
+                            "QMin": {
+                                "type": "number"
+                            },
+                            "C1": {
+                                "type": "number"
+                            },
+                            "C2": {
+                                "type": "number"
+                            },
+                            "MaxCFM": {
+                                "type": "number"
+                            },
+                            "TachMaxPercent": {
+                                "type": "number"
+                            },
+                            "TachMinPercent": {
+                                "type": "number"
+                            },
+                            "Tachs": {
+                                "type": "array",
+                                "items": {
+                                    "type": [
+                                        "integer",
+                                        "string"
+                                    ]
+                                }
+                            },
                             "BindPresence": {
                                 "type": "string"
                             },
@@ -250,12 +292,6 @@
                             "Status": {
                                 "type": "string"
                             },
-                            "Tachs": {
-                                "type": "array",
-                                "items": {
-                                    "type": "integer"
-                                }
-                            },
                             "Name1": {
                                 "type": "string"
                             },