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

0001 {
0002     "name": "Locale Information",
0003     "schema": [
0004         {
0005             "name": "locale",
0006             "type": "scalar",
0007             "elements": [
0008                 {
0009                     "name": "language",
0010                     "type": "string"
0011                 },
0012                 {
0013                     "name": "region",
0014                     "type": "string"
0015                 }
0016             ]
0017         }
0018     ],
0019     "aggregation": [
0020         {
0021             "type": "category",
0022             "name": "Language Distribution",
0023             "elements": [ { "type": "value", "schemaEntry": "locale", "schemaEntryElement": "language" } ]
0024         },
0025         {
0026             "type": "category",
0027             "name": "Region Distribution",
0028             "elements": [ { "type": "value", "schemaEntry": "locale", "schemaEntryElement": "region" } ]
0029         }
0030     ]
0031 }