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/SAS Module.json b/configurations/SAS Module.json
index 10363e9..2a1ad36 100644
--- a/configurations/SAS Module.json
+++ b/configurations/SAS Module.json
@@ -1,17 +1,17 @@
 {
-    "exposes": [
+    "Exposes": [
         {
-            "bus": "$bus",
+            "Bus": "$bus",
             "Name": "SAS Module FRU",
             "Type": "IntelFruDevice"
         },
         {
-            "address": "0x98",
-            "bus": "$bus",
+            "Address": "0x98",
+            "Bus": "$bus",
             "Name": "SAS Module Temperature",
             "Type": "TMP75"
         }
     ],
     "Name": "SAS Module",
-    "probe": "FALSE"
+    "Probe": "FALSE"
 }
\ No newline at end of file