commit | 90e9879e701eed99f56c2af21a1b812e18b7ea0c | [log] [tgz] |
---|---|---|
author | Aushim Nagarkatti <anagarkatti@nvidia.com> | Thu Jun 05 15:35:58 2025 -0700 |
committer | Ed Tanous <ed@tanous.net> | Tue Jun 10 17:00:36 2025 +0000 |
tree | 805a1b7375ac1dae183ab78021ebc8f7a0e8fe46 | |
parent | 9cca617220115b5a263fa894902221b5572b4d45 [diff] |
Fix required property in ErrorInformation Missing required property. ErrorInformation changed from defining a OneOf[] to regular properties. We missed adding a required. Change-Id: Ia23133d9896787d24fc2c3683174119bee0926ee Signed-off-by: Aushim Nagarkatti <anagarkatti@nvidia.com>
diff --git a/specification/json/sections/cper-arm-processor.json b/specification/json/sections/cper-arm-processor.json index d4df6dd..bc733c9 100644 --- a/specification/json/sections/cper-arm-processor.json +++ b/specification/json/sections/cper-arm-processor.json
@@ -106,6 +106,7 @@ "additionalProperties": false, "minProperties": 1, "maxProperties": 1, + "required": [], "properties": { "cacheError": { "type": "object",