commit | 8a2d737ce64da3d084c5984c92b4c69f550c40aa | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 12 16:44:49 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 12 16:44:49 2022 +0100 |
tree | f49ac71897b0533ad0b149d07a708057476c0f18 | |
parent | 079d581e5161475b0635ddbd2681804c42a185b2 [diff] [blame] |
Add schema validator, make schemas root relative.
diff --git a/specification/json/sections/cper-pci-component.json b/specification/json/sections/cper-pci-component.json index 4e46485..878713e 100644 --- a/specification/json/sections/cper-pci-component.json +++ b/specification/json/sections/cper-pci-component.json
@@ -28,7 +28,7 @@ }, "errorStatus": { "type": "object", - "$ref": "../common/cper-json-error-status.json" + "$ref": "./common/cper-json-error-status.json" }, "idInfo": { "type": "object",