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/PCIeFunction/PCIeFunction.json b/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
index f3046dd..6f70214 100644
--- a/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
+++ b/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
@@ -1,8 +1,8 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.v1_3_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.v1_4_0.json",
"$ref": "#/definitions/PCIeFunction",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
- "copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
+ "copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
"definitions": {
"Actions": {
"additionalProperties": false,
@@ -163,6 +163,20 @@
"longDescription": "This property shall contain a link to a Resource of type PCIeDevice of which this function is a part.",
"readonly": true
},
+ "Processor": {
+ "anyOf": [
+ {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The link to a processor that is hosted on this PCIe device function.",
+ "longDescription": "This property shall link to a resource of type Processor that is hosted on this PCIe device function.",
+ "readonly": true,
+ "versionAdded": "v1_4_0"
+ },
"StorageControllers": {
"description": "An array of links to the storage controllers that the PCIe device produces.",
"items": {
@@ -369,6 +383,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2021.1",
- "title": "#PCIeFunction.v1_3_0.PCIeFunction"
+ "release": "2022.2",
+ "title": "#PCIeFunction.v1_4_0.PCIeFunction"
}
\ No newline at end of file