Entity-manager:Add new property for Ipmb type.

Added new property[HostSMbusIndex] for Ipmb sensor type
in json file.

Tested :
   1.Dediprog and redfish flash the different platforms,
     with[HostSMbusIndex read from json file]for this configuration
     change.
    - System up and running.
    - VR Temp sensor and other sensor readings shows
      correctly in 'ipmitool sensor list' output.

Signed-off-by: Anoop S <anoopx.s@intel.com>
Change-Id: I977031e483443254ec701365f3df23f8455c37dd
diff --git a/schemas/legacy.json b/schemas/legacy.json
index ff47338..4390690 100644
--- a/schemas/legacy.json
+++ b/schemas/legacy.json
@@ -156,6 +156,9 @@
                 "Thresholds": {
                     "$ref": "#/definitions/Types/Thresholds"
                 },
+                "HostSMbusIndex": {
+                    "$ref": "#/definitions/Types/HostSMbusIndex"
+                },
                 "Type": {
                     "$ref": "#/definitions/Types/Type"
                 }
@@ -399,6 +402,9 @@
                 },
                 "type": "array"
             },
+            "HostSMbusIndex": {
+                "type": "number"
+            },
             "Type": {
                 "type": "string"
             }