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-firmware.json b/specification/json/sections/cper-firmware.json index 5c7126a..2003f6e 100644 --- a/specification/json/sections/cper-firmware.json +++ b/specification/json/sections/cper-firmware.json
@@ -7,7 +7,7 @@ "properties": { "errorRecordType": { "type": "object", - "$ref": "../common/cper-json-nvp.json" + "$ref": "./common/cper-json-nvp.json" }, "revision": { "type": "integer"