commit | c837faca15f4a2707ac689b73767040d8bc8ec3a | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 11:48:07 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 11:48:07 2022 +0100 |
tree | d8a1d22521a4a392e1b3ee871ce85eda3a413670 | |
parent | 71570a2aaaa56e95a85109b536f14e65416b3a4b [diff] |
Fix minor typo in JSON schema.
diff --git a/specification/json/sections/cper-arm-processor.json b/specification/json/sections/cper-arm-processor.json index b6c5255..9ad404e 100644 --- a/specification/json/sections/cper-arm-processor.json +++ b/specification/json/sections/cper-arm-processor.json
@@ -277,7 +277,7 @@ }, { "type": "object", - "requried": ["data"], + "required": ["data"], "additionalProperties": false, "properties": { "data": {