Update Redfish schemas to 2019.2

Note, the DMTF changed the format of the schema file pack yet again, so
the script changes now to compensate for that.

Tested:
Ran schema validator.  One unrelated failure in LogEntry, and 4 new
warnings in PCIe devices (we're using a deprecated property).  All other
endpoints pass.

Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Change-Id: I81c030a7c5a6a32cc12a5e7e02a9441b7891bc5d
diff --git a/static/redfish/v1/JsonSchemas/Privileges/Privileges.json b/static/redfish/v1/JsonSchemas/Privileges/Privileges.json
index bd2265d..56e88ec 100644
--- a/static/redfish/v1/JsonSchemas/Privileges/Privileges.json
+++ b/static/redfish/v1/JsonSchemas/Privileges/Privileges.json
@@ -1,25 +1,9 @@
 {
-    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_3_0.json",
-    "copyright": "Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
-    "definitions": {
-        "PrivilegeType": {
-            "deprecated": "This definition has been moved to the unversioned namespace so that external references can pick up changes over time.",
-            "enum": [
-                "Login",
-                "ConfigureManager",
-                "ConfigureUsers",
-                "ConfigureSelf",
-                "ConfigureComponents"
-            ],
-            "enumDescriptions": {
-                "ConfigureComponents": "Able to configure components managed by this service.",
-                "ConfigureManager": "Able to configure Manager resources.",
-                "ConfigureSelf": "Able to change the password for the current user Account.",
-                "ConfigureUsers": "Able to configure Users and their Accounts.",
-                "Login": "Able to log into the service and read resources."
-            },
-            "type": "string"
-        }
-    },
-    "title": "#Privileges.v1_0_4"
+    "$id": "http://redfish.dmtf.org/schemas/v1/Privileges.v1_0_5.json",
+    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
+    "copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
+    "definitions": {},
+    "owningEntity": "DMTF",
+    "release": "1.0",
+    "title": "#Privileges.v1_0_5"
 }
\ No newline at end of file