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/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 3d07743..48090d4 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -1875,4 +1875,7 @@
     <edmx:Reference Uri="/redfish/v1/schema/OemManager_v1.xml">
         <edmx:Include Namespace="OemManager"/>
     </edmx:Reference>
+    <edmx:Reference Uri="/redfish/v1/schema/Crashdump_v1.xml">
+        <edmx:Include Namespace="Crashdump.v1_0_0"/>
+    </edmx:Reference>
 </edmx:Edmx>