Fix required fields

Change-Id: Ic0cc2dbf0a53d8be7144f4c4c9eea1566c986309
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 b57beee..8b7179e 100644
--- a/specification/json/sections/cper-memory.json
+++ b/specification/json/sections/cper-memory.json
@@ -1,6 +1,7 @@
 {
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "type": "object",
+    "description": "Memory Error Section",
     "required": [],
     "additionalProperties": false,
     "properties": {
@@ -45,7 +46,7 @@
         },
         "extended": {
             "type": "object",
-            "required": ["rowBit16", "rowBit17", "chipIdentification"],
+            "required": ["rowBit16", "rowBit17"],
             "properties": {
                 "rowBit16": {
                     "type": "boolean"