Add Negative and PositiveHysteresis to PID loop

These were already implemented a very long time ago:
https://gerrit.openbmc.org/c/openbmc/phosphor-pid-control/+/17892

Signed-off-by: Josh Lehan <krellan@google.com>
Change-Id: I9b7e3668a4a5ca86d8c9eeb5bc413dd2bd3ba637
diff --git a/schemas/pid.json b/schemas/pid.json
index 23ed1a1..2db98c7 100644
--- a/schemas/pid.json
+++ b/schemas/pid.json
@@ -43,6 +43,9 @@
                 "Name": {
                     "type": "string"
                 },
+                "NegativeHysteresis": {
+                    "type": "number"
+                },
                 "OutLimitMax": {
                     "type": "number"
                 },
@@ -58,6 +61,9 @@
                 "PCoefficient": {
                     "type": "number"
                 },
+                "PositiveHysteresis": {
+                    "type": "number"
+                },
                 "Profiles": {
                     "type": "array",
                     "items": {