Add component integrity schemas

Update the schema pack to include ComponentIntegrity resources.
ComponentIntegrity is used for representing roots of trust, and
conveying attestation parameters forward.

Tested: Automated change

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I1c62ddeeb9151bfe2852199a9ebb12a6636e6262
diff --git a/redfish-core/include/schemas.hpp b/redfish-core/include/schemas.hpp
index 8dd2d7b..f0d01dc 100644
--- a/redfish-core/include/schemas.hpp
+++ b/redfish-core/include/schemas.hpp
@@ -31,6 +31,8 @@
         "CertificateService",
         "Chassis",
         "ChassisCollection",
+        "ComponentIntegrity",
+        "ComponentIntegrityCollection",
         "ComputerSystem",
         "ComputerSystemCollection",
         "Drive",