Finish JSON validator, add debug out.
diff --git a/specification/json/sections/cper-arm-processor.json b/specification/json/sections/cper-arm-processor.json
index 4e473fc..ccad75b 100644
--- a/specification/json/sections/cper-arm-processor.json
+++ b/specification/json/sections/cper-arm-processor.json
@@ -96,7 +96,16 @@
},
"multipleError": {
"type": "object",
- "$ref": "./common/cper-json-nvp.json"
+ "required": ["type", "value"],
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "type": "string"
+ },
+ "value": {
+ "type": "integer"
+ }
+ }
},
"flags": {
"type": "object",