Warning, /frameworks/kuserfeedback/src/console/schematemplates/style.schema is written in an unsupported language. File is not indexed.
0001 { 0002 "name": "Style", 0003 "schema": [ 0004 { 0005 "name": "style", 0006 "type": "scalar", 0007 "elements": [ 0008 { 0009 "name": "style", 0010 "type": "string" 0011 }, 0012 { 0013 "name": "dark", 0014 "type": "bool" 0015 } 0016 ] 0017 } 0018 ], 0019 "aggregation": [ 0020 { 0021 "type": "category", 0022 "name": "Widget Style Distribution", 0023 "elements": [ { "type": "value", "schemaEntry": "style", "schemaEntryElement": "style" } ] 0024 }, 0025 { 0026 "type": "category", 0027 "name": "Palette Color Scheme", 0028 "elements": [ { "type": "value", "schemaEntry": "style", "schemaEntryElement": "dark" } ] 0029 } 0030 ] 0031 } 0032