Add human readable name to IA32x64 error info GUIDs.
diff --git a/specification/json/sections/cper-ia32x64-processor.json b/specification/json/sections/cper-ia32x64-processor.json
index 11aa819..08a9d96 100644
--- a/specification/json/sections/cper-ia32x64-processor.json
+++ b/specification/json/sections/cper-ia32x64-processor.json
@@ -54,7 +54,16 @@
                 "additionalProperties": false,
                 "properties": {
                     "type": {
-                        "type": "string"
+                        "type": "object",
+                        "required": ["guid", "name"],
+                        "properties": {
+                            "guid": {
+                                "type": "string"
+                            },
+                            "name": {
+                                "type": "string"
+                            }
+                        }
                     },
                     "validationBits": {
                         "type": "object",