New OpenBMC OEM schema for Session

This commit defines the OemSession schema for storing
 - the clients unique identifier
 - the IP Address from where the session is created.

Signed-off-by: Sunitha Harish <sunithaharish04@gmail.com>
Change-Id: I759cda25dbb2dadd9b3d14cca9076e6412b41287
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 3bca686..6fd2920 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -145,6 +145,12 @@
     metadata_index.write("        <edmx:Include Namespace=\"OemLogEntry.v1_0_0\"/>\n")
     metadata_index.write("    </edmx:Reference>\n")
 
+    metadata_index.write(
+        "    <edmx:Reference Uri=\"/redfish/v1/schema/OemSession_v1.xml\">\n")
+    metadata_index.write("        <edmx:Include Namespace=\"OemSession\"/>\n")
+    metadata_index.write("        <edmx:Include Namespace=\"OemSession.v1_0_0\"/>\n")
+    metadata_index.write("    </edmx:Reference>\n")
+
     metadata_index.write("</edmx:Edmx>\n")
 
 schema_files = {}