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/scripts/update_schemas.py b/scripts/update_schemas.py
index 474c268..794ec0c 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -43,6 +43,8 @@
"ChassisCollection",
"ComputerSystem",
"ComputerSystemCollection",
+ "ComponentIntegrity",
+ "ComponentIntegrityCollection",
"Drive",
"DriveCollection",
"EnvironmentMetrics",