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/STP Baseboard.json b/configurations/STP Baseboard.json
index 88d417e..c3d64b3 100644
--- a/configurations/STP Baseboard.json
+++ b/configurations/STP Baseboard.json
@@ -1,852 +1,844 @@
 {
-    "exposes": [
+    "Exposes": [
         {
-            "fault_led": 0,
             "Name": "4U System Fan connector 1",
             "present": 0,
-            "pwm": 1,
-            "status": "disabled",
-            "tachs": [
+            "Pwm": 1,
+            "Status": "disabled",
+            "Tachs": [
                 1
             ],
             "Type": "IntelFanConnector"
         },
         {
-            "fault_led": 1,
             "Name": "4U System Fan connector 2",
             "present": 1,
-            "pwm": 2,
-            "status": "disabled",
-            "tachs": [
+            "Pwm": 2,
+            "Status": "disabled",
+            "Tachs": [
                 2
             ],
             "Type": "IntelFanConnector"
         },
         {
-            "fault_led": 2,
             "Name": "4U System Fan connector 3",
             "present": 2,
-            "pwm": 3,
-            "status": "disabled",
-            "tachs": [
+            "Pwm": 3,
+            "Status": "disabled",
+            "Tachs": [
                 3
             ],
             "Type": "IntelFanConnector"
         },
         {
-            "fault_led": 3,
             "Name": "4U System Fan connector 4",
             "present": 3,
-            "pwm": 4,
-            "status": "disabled",
-            "tachs": [
+            "Pwm": 4,
+            "Status": "disabled",
+            "Tachs": [
                 4
             ],
             "Type": "IntelFanConnector"
         },
         {
-            "fault_led": 4,
             "Name": "4U System Fan connector 5",
             "present": 4,
-            "pwm": 5,
-            "status": "disabled",
-            "tachs": [
+            "Pwm": 5,
+            "Status": "disabled",
+            "Tachs": [
                 5
             ],
             "Type": "IntelFanConnector"
         },
         {
-            "fault_led": 5,
             "Name": "4U System Fan connector 6",
             "present": 5,
-            "pwm": 6,
-            "status": "disabled",
-            "tachs": [
+            "Pwm": 6,
+            "Status": "disabled",
+            "Tachs": [
                 6
             ],
             "Type": "IntelFanConnector"
         },
         {
-            "fault_led": 6,
             "Name": "4U CPU 0 fan connector",
-            "pwm": 7,
-            "status": "disabled",
-            "tachs": [
+            "Pwm": 7,
+            "Status": "disabled",
+            "Tachs": [
                 7
             ],
             "Type": "IntelFanConnector"
         },
         {
-            "fault_led": 7,
             "Name": "4U CPU 1 fan connector",
-            "pwm": 8,
-            "status": "disabled",
-            "tachs": [
+            "Pwm": 8,
+            "Status": "disabled",
+            "Tachs": [
                 8
             ],
             "Type": "IntelFanConnector"
         },
         {
             "Name": "4U System Fan connector 7",
-            "pwm": 9,
-            "status": "disabled",
-            "tachs": [
+            "Pwm": 9,
+            "Status": "disabled",
+            "Tachs": [
                 9
             ],
             "Type": "IntelFanConnector"
         },
         {
-            "address": "0x48",
-            "bus": 6,
+            "Address": "0x48",
+            "Bus": 6,
             "Name": "M_2 Temp",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 115
+                    "Severity": 1,
+                    "Value": 115
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 110
+                    "Severity": 0,
+                    "Value": 110
                 },
                 {
-                    "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": "0x4F",
-            "bus": 6,
+            "Address": "0x4F",
+            "Bus": 6,
             "Name": "Memory VRM Temp",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 115
+                    "Severity": 1,
+                    "Value": 115
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 110
+                    "Severity": 0,
+                    "Value": 110
                 },
                 {
-                    "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": "0x4E",
-            "bus": 6,
+            "Address": "0x4E",
+            "Bus": 6,
             "Name": "LR Memory Board Temp",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 115
+                    "Severity": 1,
+                    "Value": 115
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 110
+                    "Severity": 0,
+                    "Value": 110
                 },
                 {
-                    "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": "0x4C",
-            "bus": 6,
+            "Address": "0x4C",
+            "Bus": 6,
             "Name": "BMC Temp",
             "Name1": "TMP421 Internal Temp",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 115
+                    "Severity": 1,
+                    "Value": 115
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 110
+                    "Severity": 0,
+                    "Value": 110
                 },
                 {
-                    "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": "TMP421"
         },
         {
-            "address": "0x49",
-            "bus": 6,
+            "Address": "0x49",
+            "Bus": 6,
             "Name": "CPU VR Temp",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 115
+                    "Severity": 1,
+                    "Value": 115
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 110
+                    "Severity": 0,
+                    "Value": 110
                 },
                 {
-                    "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": "0x4D",
-            "bus": 6,
+            "Address": "0x4D",
+            "Bus": 6,
             "Name": "Ambient Temp",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 115
+                    "Severity": 1,
+                    "Value": 115
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 110
+                    "Severity": 0,
+                    "Value": 110
                 },
                 {
-                    "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"
         },
         {
-            "index": 0,
+            "Index": 0,
             "Name": "PSU 12 Volt",
-            "scale_factor": 0.1124,
-            "thresholds": [
+            "ScaleFactor": 0.1124,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 13.494
+                    "Severity": 1,
+                    "Value": 13.494
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 13.101
+                    "Severity": 0,
+                    "Value": 13.101
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 10.945
+                    "Severity": 0,
+                    "Value": 10.945
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 10.616
+                    "Severity": 1,
+                    "Value": 10.616
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 1,
+            "Index": 1,
             "Name": "P3V3",
-            "scale_factor": 0.4107,
-            "thresholds": [
+            "ScaleFactor": 0.4107,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 3.647
+                    "Severity": 1,
+                    "Value": 3.647
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 3.066
+                    "Severity": 0,
+                    "Value": 3.066
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 3.066
+                    "Severity": 0,
+                    "Value": 3.066
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 2.974
+                    "Severity": 1,
+                    "Value": 2.974
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 2,
+            "Index": 2,
             "Name": "PVNN_PCH_AUX",
-            "scale_factor": 1.0,
-            "thresholds": [
+            "ScaleFactor": 1.0,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 1.081
+                    "Severity": 1,
+                    "Value": 1.081
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 1.049
+                    "Severity": 0,
+                    "Value": 1.049
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 0.807
+                    "Severity": 0,
+                    "Value": 0.807
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 0.783
+                    "Severity": 1,
+                    "Value": 0.783
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 3,
+            "Index": 3,
             "Name": "P1V05_PCH_AUX",
-            "scale_factor": 1.0,
-            "thresholds": [
+            "ScaleFactor": 1.0,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 1.139
+                    "Severity": 1,
+                    "Value": 1.139
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 1.106
+                    "Severity": 0,
+                    "Value": 1.106
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 0.995
+                    "Severity": 0,
+                    "Value": 0.995
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 0.966
+                    "Severity": 1,
+                    "Value": 0.966
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 4,
+            "Index": 4,
             "Name": "P0V83_LAN_AUX",
-            "scale_factor": 1.0,
-            "thresholds": [
+            "ScaleFactor": 1.0,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 0.901
+                    "Severity": 1,
+                    "Value": 0.901
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 0.875
+                    "Severity": 0,
+                    "Value": 0.875
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 0.786
+                    "Severity": 0,
+                    "Value": 0.786
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 0.763
+                    "Severity": 1,
+                    "Value": 0.763
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 5,
+            "Index": 5,
             "Name": "P5V_STBY",
-            "scale_factor": 0.2717,
-            "thresholds": [
+            "ScaleFactor": 0.2717,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 13.494
+                    "Severity": 1,
+                    "Value": 13.494
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 13.101
+                    "Severity": 0,
+                    "Value": 13.101
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 10.945
+                    "Severity": 0,
+                    "Value": 10.945
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 10.616
+                    "Severity": 1,
+                    "Value": 10.616
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 6,
+            "Index": 6,
             "Name": "P1V8_PCH_AUX",
-            "scale_factor": 0.7505,
-            "thresholds": [
+            "ScaleFactor": 0.7505,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 1.961
+                    "Severity": 1,
+                    "Value": 1.961
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 1.904
+                    "Severity": 0,
+                    "Value": 1.904
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1.699
+                    "Severity": 0,
+                    "Value": 1.699
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1.648
+                    "Severity": 1,
+                    "Value": 1.648
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 7,
+            "Index": 7,
             "Name": "P3V_BAT",
-            "scale_factor": 0.3333,
-            "thresholds": [
+            "ScaleFactor": 0.3333,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 3.296
+                    "Severity": 1,
+                    "Value": 3.296
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 3.263
+                    "Severity": 0,
+                    "Value": 3.263
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 2.457
+                    "Severity": 0,
+                    "Value": 2.457
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 2.138
+                    "Severity": 1,
+                    "Value": 2.138
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 8,
+            "Index": 8,
             "Name": "PVCCIN_CPU0",
-            "scale_factor": 0.7505,
-            "thresholds": [
+            "ScaleFactor": 0.7505,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 2.151
+                    "Severity": 1,
+                    "Value": 2.151
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 2.088
+                    "Severity": 0,
+                    "Value": 2.088
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1.418
+                    "Severity": 0,
+                    "Value": 1.418
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1.376
+                    "Severity": 1,
+                    "Value": 1.376
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 9,
+            "Index": 9,
             "Name": "PVCCIN_CPU1",
-            "scale_factor": 0.7505,
-            "thresholds": [
+            "ScaleFactor": 0.7505,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 2.151
+                    "Severity": 1,
+                    "Value": 2.151
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 2.088
+                    "Severity": 0,
+                    "Value": 2.088
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1.418
+                    "Severity": 0,
+                    "Value": 1.418
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1.376
+                    "Severity": 1,
+                    "Value": 1.376
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 10,
+            "Index": 10,
             "Name": "PVDDQ_ABC_CPU0",
-            "scale_factor": 1.0,
-            "thresholds": [
+            "ScaleFactor": 1.0,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 1.301
+                    "Severity": 1,
+                    "Value": 1.301
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 1.263
+                    "Severity": 0,
+                    "Value": 1.263
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1.138
+                    "Severity": 0,
+                    "Value": 1.138
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1.104
+                    "Severity": 1,
+                    "Value": 1.104
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 11,
+            "Index": 11,
             "Name": "PVDDQ_DEF_CPU0",
-            "scale_factor": 1.0,
-            "thresholds": [
+            "ScaleFactor": 1.0,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 1.301
+                    "Severity": 1,
+                    "Value": 1.301
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 1.263
+                    "Severity": 0,
+                    "Value": 1.263
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1.138
+                    "Severity": 0,
+                    "Value": 1.138
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1.104
+                    "Severity": 1,
+                    "Value": 1.104
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 12,
+            "Index": 12,
             "Name": "PVDDQ_ABC_CPU1",
-            "scale_factor": 1.0,
-            "thresholds": [
+            "ScaleFactor": 1.0,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 1.301
+                    "Severity": 1,
+                    "Value": 1.301
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 1.263
+                    "Severity": 0,
+                    "Value": 1.263
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1.138
+                    "Severity": 0,
+                    "Value": 1.138
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1.104
+                    "Severity": 1,
+                    "Value": 1.104
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 13,
+            "Index": 13,
             "Name": "PVDDQ_DEF_CPU1",
-            "scale_factor": 1.0,
-            "thresholds": [
+            "ScaleFactor": 1.0,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 1.301
+                    "Severity": 1,
+                    "Value": 1.301
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 1.263
+                    "Severity": 0,
+                    "Value": 1.263
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 1.138
+                    "Severity": 0,
+                    "Value": 1.138
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 1.104
+                    "Severity": 1,
+                    "Value": 1.104
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 14,
+            "Index": 14,
             "Name": "PVCCIO_CPU0",
-            "scale_factor": 1.0,
-            "thresholds": [
+            "ScaleFactor": 1.0,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 1.19
+                    "Severity": 1,
+                    "Value": 1.19
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 1.155
+                    "Severity": 0,
+                    "Value": 1.155
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 0.752
+                    "Severity": 0,
+                    "Value": 0.752
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 0.729
+                    "Severity": 1,
+                    "Value": 0.729
                 }
             ],
             "Type": "ADC"
         },
         {
-            "index": 15,
+            "Index": 15,
             "Name": "PVCCIO_CPU1",
-            "scale_factor": 1.0,
-            "thresholds": [
+            "ScaleFactor": 1.0,
+            "Thresholds": [
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 1.19
+                    "Severity": 1,
+                    "Value": 1.19
                 },
                 {
-                    "direction": "greater than",
+                    "Direction": "greater than",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 1.155
+                    "Severity": 0,
+                    "Value": 1.155
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower non critical",
-                    "severity": 0,
-                    "value": 0.752
+                    "Severity": 0,
+                    "Value": 0.752
                 },
                 {
-                    "direction": "less than",
+                    "Direction": "less than",
                     "Name": "lower critical",
-                    "severity": 1,
-                    "value": 0.729
+                    "Severity": 1,
+                    "Value": 0.729
                 }
             ],
             "Type": "ADC"
         },
         {
-            "address": "0x30",
-            "cpu_id": 0,
+            "Address": "0x30",
+            "CpuID": 0,
             "Name": "Skylake CPU 0",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "greater than",
-                    "label": "DIMM",
+                    "Direction": "greater than",
+                    "Label": "DIMM",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 99
+                    "Severity": 1,
+                    "Value": 99
                 },
                 {
-                    "direction": "greater than",
-                    "label": "DIMM",
+                    "Direction": "greater than",
+                    "Label": "DIMM",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 89
+                    "Severity": 0,
+                    "Value": 89
                 }
             ],
             "Type": "SkylakeCPU"
         },
         {
-            "address": "0x31",
-            "cpu_id": 1,
+            "Address": "0x31",
+            "CpuID": 1,
             "Name": "Skylake CPU 1",
-            "thresholds": [
+            "Thresholds": [
                 {
-                    "direction": "greater than",
-                    "label": "DIMM",
+                    "Direction": "greater than",
+                    "Label": "DIMM",
                     "Name": "upper critical",
-                    "severity": 1,
-                    "value": 99
+                    "Severity": 1,
+                    "Value": 99
                 },
                 {
-                    "direction": "greater than",
-                    "label": "DIMM",
+                    "Direction": "greater than",
+                    "Label": "DIMM",
                     "Name": "upper non critical",
-                    "severity": 0,
-                    "value": 89
+                    "Severity": 0,
+                    "Value": 89
                 }
             ],
             "Type": "SkylakeCPU"
         }
     ],
     "Name": "STP Baseboard",
-    "probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*STB'})",
+    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*STB'})",
     "Type": "Board",
     "xyz.openbmc_project.Inventory.Decorator.Asset": {
         "Manufacturer": "$PRODUCT_MANUFACTURER",