Implement JsonSchema endpoint
This patchset implements JsonSchema support, and automates our update
of the XML metadata, and Json schema files in the future by way of a
python script.
Change-Id: Iec6f580d10736678149db18d87be2f140b535be9
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/static/redfish/v1/odata/index.json b/static/redfish/v1/odata/index.json
index 60c92ec..f5b73dd 100644
--- a/static/redfish/v1/odata/index.json
+++ b/static/redfish/v1/odata/index.json
@@ -13,6 +13,11 @@
},
{
"kind": "Singleton",
+ "name": "JsonSchemas",
+ "url": "/redfish/v1/JsonSchemas"
+ },
+ {
+ "kind": "Singleton",
"name": "Service",
"url": "/redfish/v1/"
},