Move to 2022.2

Run the script update_schemas.py by pointing it to 2022.2

An overview of 2022.2 release can be found at:
[1] https://www.dmtf.org/sites/default/files/Redfish_Release_2022.2_Overview.pdf

Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com>
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: Ic729af6848badd1c81121e61a22a7115e553358a
diff --git a/static/redfish/v1/JsonSchemas/Manager/Manager.json b/static/redfish/v1/JsonSchemas/Manager/Manager.json
index a445af3..370112e 100644
--- a/static/redfish/v1/JsonSchemas/Manager/Manager.json
+++ b/static/redfish/v1/JsonSchemas/Manager/Manager.json
@@ -1,5 +1,5 @@
 {
-    "$id": "http://redfish.dmtf.org/schemas/v1/Manager.v1_15_0.json",
+    "$id": "http://redfish.dmtf.org/schemas/v1/Manager.v1_16_0.json",
     "$ref": "#/definitions/Manager",
     "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
     "copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -394,6 +394,12 @@
                         "null"
                     ]
                 },
+                "DedicatedNetworkPorts": {
+                    "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
+                    "description": "The dedicated network ports of the manager.",
+                    "longDescription": "This property shall contain a link to a resource collection of type PortCollection that represent the dedicated network ports of the manager.",
+                    "versionAdded": "v1_16_0"
+                },
                 "Description": {
                     "anyOf": [
                         {
@@ -590,6 +596,20 @@
                     ],
                     "versionAdded": "v1_5_0"
                 },
+                "SecurityPolicy": {
+                    "anyOf": [
+                        {
+                            "$ref": "http://redfish.dmtf.org/schemas/v1/SecurityPolicy.json#/definitions/SecurityPolicy"
+                        },
+                        {
+                            "type": "null"
+                        }
+                    ],
+                    "description": "The security policy settings for this manager.",
+                    "longDescription": "This property shall contain a link to a resource of type SecurityPolicy that contains the security policy settings for this manager.",
+                    "readonly": true,
+                    "versionAdded": "v1_16_0"
+                },
                 "SerialConsole": {
                     "$ref": "#/definitions/SerialConsole",
                     "deprecated": "This property has been deprecated in favor of the SerialConsole property in the ComputerSystem resource.",
@@ -636,6 +656,12 @@
                     ],
                     "versionAdded": "v1_15_0"
                 },
+                "SharedNetworkPorts": {
+                    "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
+                    "description": "The shared network ports of the manager.",
+                    "longDescription": "This property shall contain a link to a resource collection of type PortCollection that represent the shared network ports of the manager.  The members of this collection shall reference Port resources subordinate to NetworkAdapter resources.",
+                    "versionAdded": "v1_16_0"
+                },
                 "SparePartNumber": {
                     "description": "The spare part number of the manager.",
                     "longDescription": "This property shall contain the spare part number of the manager.",
@@ -972,6 +998,6 @@
         }
     },
     "owningEntity": "DMTF",
-    "release": "2022.1",
-    "title": "#Manager.v1_15_0.Manager"
+    "release": "2022.2",
+    "title": "#Manager.v1_16_0.Manager"
 }
\ No newline at end of file