Formatting coding style
* .json files
* .md files
Signed-off-by: John Chung <john.chung@arm.com>
Change-Id: I5fec2bbc1e76ae68a29eb5610f567979cc794bc8
diff --git a/specification/json/sections/cper-generic-processor.json b/specification/json/sections/cper-generic-processor.json
index 0a5d52b..34109d4 100644
--- a/specification/json/sections/cper-generic-processor.json
+++ b/specification/json/sections/cper-generic-processor.json
@@ -2,12 +2,41 @@
"$id": "cper-json-generic-processor-section",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
- "required": ["validationBits", "processorType", "processorISA", "errorType", "operation", "flags", "level", "cpuVersionInfo", "cpuBrandString", "processorID", "targetAddress", "requestorID", "responderID", "instructionIP"],
+ "required": [
+ "validationBits",
+ "processorType",
+ "processorISA",
+ "errorType",
+ "operation",
+ "flags",
+ "level",
+ "cpuVersionInfo",
+ "cpuBrandString",
+ "processorID",
+ "targetAddress",
+ "requestorID",
+ "responderID",
+ "instructionIP"
+ ],
"additionalProperties": false,
"properties": {
"validationBits": {
"type": "object",
- "required": ["processorTypeValid", "processorISAValid", "processorErrorTypeValid", "operationValid", "flagsValid", "levelValid", "cpuVersionValid", "cpuBrandInfoValid", "cpuIDValid", "targetAddressValid", "requestorIDValid", "responderIDValid", "instructionIPValid"],
+ "required": [
+ "processorTypeValid",
+ "processorISAValid",
+ "processorErrorTypeValid",
+ "operationValid",
+ "flagsValid",
+ "levelValid",
+ "cpuVersionValid",
+ "cpuBrandInfoValid",
+ "cpuIDValid",
+ "targetAddressValid",
+ "requestorIDValid",
+ "responderIDValid",
+ "instructionIPValid"
+ ],
"properties": {
"processorTypeValid": {
"type": "boolean"
@@ -109,4 +138,4 @@
"type": "integer"
}
}
-}
\ No newline at end of file
+}