Add a Redfish schema for the Crashdump OEM Actions

Tested:
Passed the Redfish Service Validator

Change-Id: Ib121346e3be031584eb522ceb8c8e4e3a350f13a
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/static/redfish/v1/JsonSchemas/Crashdump/index.json b/static/redfish/v1/JsonSchemas/Crashdump/index.json
new file mode 100644
index 0000000..4f9e533
--- /dev/null
+++ b/static/redfish/v1/JsonSchemas/Crashdump/index.json
@@ -0,0 +1,20 @@
+{
+    "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
+    "@odata.id": "/redfish/v1/JsonSchemas/Crashdump",
+    "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
+    "Name": "Crashdump Schema File",
+    "Schema": "#Crashdump.Crashdump",
+    "Description": "Crashdump Schema File Location",
+    "Id": "Crashdump",
+    "Languages": [
+        "en"
+    ],
+    "Languages@odata.count": 1,
+    "Location": [
+        {
+            "Language": "en",
+            "Uri": "/redfish/v1/JsonSchemas/Crashdump/Crashdump.json"
+        }
+    ],
+    "Location@odata.count": 1
+}
\ No newline at end of file