CPER JSON Schema Descriptions
Descriptions populated based on UEFI Appendix N in JSON Schemas
Change-Id: I765ec81913567ba7f32c39fdbd901483d9d78e21
Signed-off-by: Andrew Adriance <aadriance@nvidia.com>
diff --git a/specification/json/cper-json-full-log.json b/specification/json/cper-json-full-log.json
index 071f5b1..3a8021f 100644
--- a/specification/json/cper-json-full-log.json
+++ b/specification/json/cper-json-full-log.json
@@ -2,6 +2,7 @@
"$id": "cper-json-full-log",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
+ "description": "A Common Platform Error Record as defined in UEFI Specification Appendix N represented as JSON.",
"required": ["header", "sectionDescriptors", "sections"],
"additionalProperties": false,
"properties": {