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-vtd-dmar.json b/specification/json/sections/cper-vtd-dmar.json index aa6716d..baa5942 100644 --- a/specification/json/sections/cper-vtd-dmar.json +++ b/specification/json/sections/cper-vtd-dmar.json
@@ -56,7 +56,7 @@ }, "type": { "type": "object", - "$ref": "../common/cper-json-nvp.json" + "$ref": "./common/cper-json-nvp.json" } } },