Warning, /frameworks/kuserfeedback/src/console/schematemplates/cpu.schema is written in an unsupported language. File is not indexed.

0001 {
0002     "name": "CPU Information",
0003     "schema": [
0004         {
0005             "name": "cpu",
0006             "type": "scalar",
0007             "elements": [
0008                 {
0009                     "name": "architecture",
0010                     "type": "string"
0011                 },
0012                 {
0013                     "name": "count",
0014                     "type": "int"
0015                 }
0016             ]
0017         }
0018     ],
0019     "aggregation": [
0020         {
0021             "type": "category",
0022             "name": "CPU Architecture Distribution",
0023             "elements": [ { "type": "value", "schemaEntry": "cpu", "schemaEntryElement": "architecture" } ]
0024         },
0025         {
0026             "type": "numeric",
0027             "name": "CPU Count Distribution",
0028             "elements": [ { "type": "value", "schemaEntry": "cpu", "schemaEntryElement": "count" } ]
0029         }
0030     ]
0031 }