summaryrefslogtreecommitdiffstats
path: root/static/redfish/v1/JsonSchemas/NetworkInterface
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-01-03 14:09:56 -0800
committerEd Tanous <ed.tanous@intel.com>2019-02-06 13:30:13 -0800
commit63faafa51e36aee569af10cb40cbd32bafc68e33 (patch)
tree473b8e7d1d2219d14b498aa1783356b8760f2903 /static/redfish/v1/JsonSchemas/NetworkInterface
parentceac6f75c3c6b2d5f4c430250daa2a98e4548220 (diff)
downloadbmcweb-63faafa51e36aee569af10cb40cbd32bafc68e33.tar.gz
bmcweb-63faafa51e36aee569af10cb40cbd32bafc68e33.zip
Fix bad link in Redfish JsonSchemas ID
Change-Id: I993ae392d87a19acd51fe093f8244a9c781dd339 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'static/redfish/v1/JsonSchemas/NetworkInterface')
-rw-r--r--static/redfish/v1/JsonSchemas/NetworkInterface/index.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/redfish/v1/JsonSchemas/NetworkInterface/index.json b/static/redfish/v1/JsonSchemas/NetworkInterface/index.json
index 1d3499c..d04cb11 100644
--- a/static/redfish/v1/JsonSchemas/NetworkInterface/index.json
+++ b/static/redfish/v1/JsonSchemas/NetworkInterface/index.json
@@ -1,6 +1,6 @@
{
"@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JSONSchemas/NetworkInterface",
+ "@odata.id": "/redfish/v1/JsonSchemas/NetworkInterface",
"@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
"Name": "NetworkInterface Schema File",
"Schema": "#NetworkInterface.NetworkInterface",
@@ -14,7 +14,7 @@
{
"Language": "en",
"PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.json",
- "Uri": "/redfish/v1/JSONSchemas/NetworkInterface/NetworkInterface.json"
+ "Uri": "/redfish/v1/JsonSchemas/NetworkInterface/NetworkInterface.json"
}
],
"Location@odata.count": 1
OpenPOWER on IntegriCloud