summaryrefslogtreecommitdiff
path: root/static/redfish/v1/$metadata
diff options
context:
space:
mode:
authorsunitakx <sunitax.kumari@intel.com>2022-01-18 14:05:05 +0300
committerEd Tanous <ed@tanous.net>2022-01-26 21:09:16 +0300
commit71b861b64bde714410c4fe94f1628a70cb6b17aa (patch)
tree2fe892fe9a7029e570a47daabe3b570acc30a670 /static/redfish/v1/$metadata
parent22ce5458073055db03e4288187116486eaaa64dc (diff)
downloadbmcweb-71b861b64bde714410c4fe94f1628a70cb6b17aa.tar.xz
[Fix]: Property PhysicalContext is invalid "none"
Issue: Redfish validator is throwing error "PhysicalContext: This type is invalid none" for multiple temperature sensors Endpoint : /redfish/v1/Chassis/<Baseboard>/Thermal#/Temperatures/ Root Cause : PhysicalContext Schema was missing from redfish schema metadata Tested: Redfish validator script passed. *** /redfish/v1/Chassis/<baseboard>/Thermal#/Temperatures/0 Type (#Thermal.v1_3_0.Temperature), GET SUCCESS (time: 0) PASS Signed-off-by: sunitakx <sunitax.kumari@intel.com> Change-Id: Ifbfe7d96e99030c0c5ba67a1aba5080cd049e57b
Diffstat (limited to 'static/redfish/v1/$metadata')
-rw-r--r--static/redfish/v1/$metadata/index.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 445af04757..60e3ede532 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -1568,6 +1568,9 @@
<edmx:Reference Uri="/redfish/v1/schema/PCIeFunctionCollection_v1.xml">
<edmx:Include Namespace="PCIeFunctionCollection"/>
</edmx:Reference>
+ <edmx:Reference Uri="/redfish/v1/schema/PhysicalContext_v1.xml">
+ <edmx:Include Namespace="PhysicalContext"/>
+ </edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/Power_v1.xml">
<edmx:Include Namespace="Power"/>
<edmx:Include Namespace="Power.v1_0_0"/>