Update json schema for fan control

Add new fields to schema so we can patch updates.

Change-Id: Ibfa0c0e336a134080e06ead58ff9e55fcb033b55
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/schemas/Pid.json b/schemas/Pid.json
index aa262fb..dddacfe 100644
--- a/schemas/Pid.json
+++ b/schemas/Pid.json
@@ -44,6 +44,12 @@
         "PCoefficient": {
             "type": "number"
         },
+        "Profiles": {
+            "type": "array",
+            "items": {
+                "type": "string"
+            }
+        },
         "SlewNeg": {
             "type": "number"
         },