Add schema validator, make schemas root relative.
diff --git a/specification/json/sections/cper-memory.json b/specification/json/sections/cper-memory.json
index d4686b1..38243c1 100644
--- a/specification/json/sections/cper-memory.json
+++ b/specification/json/sections/cper-memory.json
@@ -67,7 +67,7 @@
},
"errorStatus": {
"type": "object",
- "$ref": "../common/cper-json-error-status.json"
+ "$ref": "./common/cper-json-error-status.json"
},
"bank": {
"type": "object",
@@ -97,7 +97,7 @@
},
"memoryErrorType": {
"type": "object",
- "$ref": "../common/cper-json-nvp.json"
+ "$ref": "./common/cper-json-nvp.json"
},
"extended": {
"type": "object",