Add additionalProperties=false

Change-Id: Iaec16b61ae8ec24c2013a310bf6a8d3a10e1f571
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/specification/json/sections/cper-memory.json b/specification/json/sections/cper-memory.json
index 8b7179e..037ca26 100644
--- a/specification/json/sections/cper-memory.json
+++ b/specification/json/sections/cper-memory.json
@@ -17,6 +17,7 @@
                 {
                     "$id": "cper-json-bank0",
                     "type": "object",
+                    "additionalProperties": false,
                     "required": ["value"],
                     "properties": {
                         "value": {
@@ -27,6 +28,7 @@
                 {
                     "$id": "cper-json-bank1",
                     "type": "object",
+                    "additionalProperties": false,
                     "required": ["address", "group"],
                     "properties": {
                         "address": {
@@ -46,6 +48,7 @@
         },
         "extended": {
             "type": "object",
+            "additionalProperties": false,
             "required": ["rowBit16", "rowBit17"],
             "properties": {
                 "rowBit16": {