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/F2U12X35S3P_riser.json b/configurations/F2U12X35S3P_riser.json
index d412248..dc7846a 100644
--- a/configurations/F2U12X35S3P_riser.json
+++ b/configurations/F2U12X35S3P_riser.json
@@ -1,47 +1,47 @@
 [
     {
-        "exposes": [
+        "Exposes": [
             {
-                "address": "0x48",
-                "bus": "$bus",
+                "Address": "0x48",
+                "Bus": "$bus",
                 "Name": "Riser1 Temp",
-                "thresholds": [
+                "Thresholds": [
                     {
-                        "direction": "greater than",
+                        "Direction": "greater than",
                         "Name": "upper critical",
-                        "severity": 1,
-                        "value": 80
+                        "Severity": 1,
+                        "Value": 80
                     },
                     {
-                        "direction": "greater than",
+                        "Direction": "greater than",
                         "Name": "upper non critical",
-                        "severity": 0,
-                        "value": 75
+                        "Severity": 0,
+                        "Value": 75
                     },
                     {
-                        "direction": "less than",
+                        "Direction": "less than",
                         "Name": "lower non critical",
-                        "severity": 0,
-                        "value": 5
+                        "Severity": 0,
+                        "Value": 5
                     },
                     {
-                        "direction": "less than",
+                        "Direction": "less than",
                         "Name": "lower critical",
-                        "severity": 1,
-                        "value": 0
+                        "Severity": 1,
+                        "Value": 0
                     }
                 ],
                 "Type": "TMP75"
             },
             {
-                "address": "$address",
-                "bus": "$bus",
+                "Address": "$address",
+                "Bus": "$bus",
                 "Name": "Riser 1 Fru",
                 "Type": "IntelFruDevice"
             }
         ],
         "Name": "2U12x35 Riser1",
-        "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL16RISER\\d', 'ADDRESS' : 80})",
+        "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL16RISER\\d', 'ADDRESS' : 80})",
         "xyz.openbmc_project.Inventory.Decorator.Asset": {
             "Manufacturer": "$BOARD_MANUFACTURER",
             "Model": "$BOARD_PRODUCT_NAME",
@@ -50,48 +50,48 @@
         }
     },
     {
-        "exposes": [
+        "Exposes": [
             {
-                "address": "0x49",
-                "bus": "$bus",
+                "Address": "0x49",
+                "Bus": "$bus",
                 "Name": "Riser2 Temp",
-                "thresholds": [
+                "Thresholds": [
                     {
-                        "direction": "greater than",
+                        "Direction": "greater than",
                         "Name": "upper critical",
-                        "severity": 1,
-                        "value": 80
+                        "Severity": 1,
+                        "Value": 80
                     },
                     {
-                        "direction": "greater than",
+                        "Direction": "greater than",
                         "Name": "upper non critical",
-                        "severity": 0,
-                        "value": 75
+                        "Severity": 0,
+                        "Value": 75
                     },
                     {
-                        "direction": "less than",
+                        "Direction": "less than",
                         "Name": "lower non critical",
-                        "severity": 0,
-                        "value": 5
+                        "Severity": 0,
+                        "Value": 5
                     },
                     {
-                        "direction": "less than",
+                        "Direction": "less than",
                         "Name": "lower critical",
-                        "severity": 1,
-                        "value": 0
+                        "Severity": 1,
+                        "Value": 0
                     }
                 ],
                 "Type": "TMP75"
             },
             {
-                "address": "$address",
-                "bus": "$bus",
+                "Address": "$address",
+                "Bus": "$bus",
                 "Name": "Riser 2 Fru",
                 "Type": "IntelFruDevice"
             }
         ],
         "Name": "2U12x35 Riser2",
-        "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL16RISER\\d', 'ADDRESS' : 81})",
+        "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL16RISER\\d', 'ADDRESS' : 81})",
         "xyz.openbmc_project.Inventory.Decorator.Asset": {
             "Manufacturer": "$BOARD_MANUFACTURER",
             "Model": "$BOARD_PRODUCT_NAME",