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/sections/cper-unknown.json b/specification/json/sections/cper-unknown.json
index abe0399..4cccf7c 100644
--- a/specification/json/sections/cper-unknown.json
+++ b/specification/json/sections/cper-unknown.json
@@ -1,6 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
+ "description": "Unkown CPER section type. Work with vendor to determine decoding.",
"required": ["data"],
"additionalProperties": false,
"properties": {