Add additionalProperties=false
Change-Id: Iaec16b61ae8ec24c2013a310bf6a8d3a10e1f571
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/specification/json/sections/cper-cxl-component.json b/specification/json/sections/cper-cxl-component.json
index fbefeef..e7c2990 100644
--- a/specification/json/sections/cper-cxl-component.json
+++ b/specification/json/sections/cper-cxl-component.json
@@ -11,6 +11,7 @@
"deviceID": {
"type": "object",
"description": "Provides devices specific identifies.",
+ "additionalProperties": false,
"required": [
"vendorID",
"deviceID",
@@ -49,6 +50,7 @@
},
"cxlComponentEventLog": {
"type": "object",
+ "additionalProperties": false,
"required": ["data"],
"properties": {
"data": {