Add schema validator, make schemas root relative.
diff --git a/specification/json/sections/cper-memory2.json b/specification/json/sections/cper-memory2.json
index 6f615c3..cd3da93 100644
--- a/specification/json/sections/cper-memory2.json
+++ b/specification/json/sections/cper-memory2.json
@@ -79,7 +79,7 @@
},
"errorStatus": {
"type": "object",
- "$ref": "../common/cper-json-error-status.json"
+ "$ref": "./common/cper-json-error-status.json"
},
"bank": {
"type": "object",
@@ -109,7 +109,7 @@
},
"memoryErrorType": {
"type": "object",
- "$ref": "../common/cper-json-nvp.json"
+ "$ref": "./common/cper-json-nvp.json"
},
"status": {
"type": "object",