Move to 2020.2

Point update_schemas.py at 2020.2 and run the script.

An overview of 2020.2 can be found at:
https://www.dmtf.org/sites/default/files/Redfish_Release_2020.2_Overview.pdf

Tested: Loaded on a Witherspoon and ran the validator.
        See the new schemas.
Change-Id: Idb6cbc58efe484dcffa0cc22deff3a4746af67ed
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json b/static/redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json
index 1890108..a45dec0 100644
--- a/static/redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json
+++ b/static/redfish/v1/JsonSchemas/SerialInterface/SerialInterface.json
@@ -1,5 +1,5 @@
 {
-    "$id": "http://redfish.dmtf.org/schemas/v1/SerialInterface.v1_1_6.json",
+    "$id": "http://redfish.dmtf.org/schemas/v1/SerialInterface.v1_1_7.json",
     "$ref": "#/definitions/SerialInterface",
     "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
     "copyright": "Copyright 2014-2020 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -164,7 +164,7 @@
         "SerialInterface": {
             "additionalProperties": false,
             "description": "The SerialInterface schema describes an asynchronous serial interface, such as an RS-232 interface, available to a system or device.",
-            "longDescription": "This resource contains SerialInterface resources as part of the Redfish Specification.",
+            "longDescription": "This resource shall represent a serial interface as part of the Redfish Specification.",
             "patternProperties": {
                 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
                     "description": "This property shall specify a valid odata or Redfish property.",
@@ -320,5 +320,5 @@
     },
     "owningEntity": "DMTF",
     "release": "2017.1",
-    "title": "#SerialInterface.v1_1_6.SerialInterface"
+    "title": "#SerialInterface.v1_1_7.SerialInterface"
 }
\ No newline at end of file