Rename all properties to UpperCamelCase

Upstream dbus standard is UpperCamelCase, start matching and
check in json schema to start failing builds that don't match.

Change-Id: I2d2c6fec5a5a0b07c88c843257fa7c88d420c4e5
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R1000 Chassis.json b/configurations/R1000 Chassis.json
index 9394579..99fff13 100644
--- a/configurations/R1000 Chassis.json
+++ b/configurations/R1000 Chassis.json
@@ -1,241 +1,241 @@
 {
-    "exposes": [
+    "Exposes": [
         {
-            "bind_connector": "1U System Fan connector 1",
-            "index": 0,
+            "BindConnector": "1U System Fan connector 1",
+            "Index": 0,
             "Name": "Fan 1a",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1080
+                    "Severity": 1,
+                    "Value": 1080
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1260
+                    "Severity": 0,
+                    "Value": 1260
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 1",
-            "index": 1,
+            "BindConnector": "1U System Fan connector 1",
+            "Index": 1,
             "Name": "Fan 1b",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1110
+                    "Severity": 1,
+                    "Value": 1110
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1295
+                    "Severity": 0,
+                    "Value": 1295
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 2",
-            "index": 2,
+            "BindConnector": "1U System Fan connector 2",
+            "Index": 2,
             "Name": "Fan 2a",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1080
+                    "Severity": 1,
+                    "Value": 1080
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1260
+                    "Severity": 0,
+                    "Value": 1260
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 2",
-            "index": 3,
+            "BindConnector": "1U System Fan connector 2",
+            "Index": 3,
             "Name": "Fan 2b",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1110
+                    "Severity": 1,
+                    "Value": 1110
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1295
+                    "Severity": 0,
+                    "Value": 1295
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 3",
-            "index": 4,
+            "BindConnector": "1U System Fan connector 3",
+            "Index": 4,
             "Name": "Fan 3a",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1080
+                    "Severity": 1,
+                    "Value": 1080
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1260
+                    "Severity": 0,
+                    "Value": 1260
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 3",
-            "index": 5,
+            "BindConnector": "1U System Fan connector 3",
+            "Index": 5,
             "Name": "Fan 3b",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1110
+                    "Severity": 1,
+                    "Value": 1110
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1295
+                    "Severity": 0,
+                    "Value": 1295
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 4",
-            "index": 6,
+            "BindConnector": "1U System Fan connector 4",
+            "Index": 6,
             "Name": "Fan 4a",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1080
+                    "Severity": 1,
+                    "Value": 1080
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1260
+                    "Severity": 0,
+                    "Value": 1260
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 4",
-            "index": 7,
+            "BindConnector": "1U System Fan connector 4",
+            "Index": 7,
             "Name": "Fan 4b",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1110
+                    "Severity": 1,
+                    "Value": 1110
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1295
+                    "Severity": 0,
+                    "Value": 1295
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 5",
-            "index": 8,
+            "BindConnector": "1U System Fan connector 5",
+            "Index": 8,
             "Name": "Fan 5a",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1080
+                    "Severity": 1,
+                    "Value": 1080
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1260
+                    "Severity": 0,
+                    "Value": 1260
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 5",
-            "index": 9,
+            "BindConnector": "1U System Fan connector 5",
+            "Index": 9,
             "Name": "Fan 5b",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1110
+                    "Severity": 1,
+                    "Value": 1110
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1295
+                    "Severity": 0,
+                    "Value": 1295
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 6",
-            "index": 10,
+            "BindConnector": "1U System Fan connector 6",
+            "Index": 10,
             "Name": "Fan 6a",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1080
+                    "Severity": 1,
+                    "Value": 1080
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1260
+                    "Severity": 0,
+                    "Value": 1260
                 }
             ],
             "Type": "AspeedFan"
         },
         {
-            "bind_connector": "1U System Fan connector 6",
-            "index": 11,
+            "BindConnector": "1U System Fan connector 6",
+            "Index": 11,
             "Name": "Fan 6b",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1110
+                    "Severity": 1,
+                    "Value": 1110
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1295
+                    "Severity": 0,
+                    "Value": 1295
                 }
             ],
             "Type": "AspeedFan"
@@ -405,7 +405,7 @@
         }
     ],
     "Name": "R1000 Chassis",
-    "probe": [
+    "Probe": [
         "FOUND('WFP Baseboard')",
         "AND",
         "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'F1UL16RISER\\d'})",