Fix required fields

Change-Id: Ic0cc2dbf0a53d8be7144f4c4c9eea1566c986309
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/specification/json/common/cper-json-error-status.json b/specification/json/common/cper-json-error-status.json
index f86884a..592354f 100644
--- a/specification/json/common/cper-json-error-status.json
+++ b/specification/json/common/cper-json-error-status.json
@@ -17,7 +17,7 @@
         "errorType": {
             "type": "object",
             "description": "Encoded value for the Error_Type",
-            "required": ["name", "value", "description"],
+            "required": ["name", "value"],
             "properties": {
                 "name": {
                     "type": "string"