Warning, /frameworks/kuserfeedback/src/console/schematemplates/propertyRatio.schema is written in an unsupported language. File is not indexed.
0001 { 0002 "name": "Property Ratio", 0003 "schema": [ 0004 { 0005 "name": "newPropertyRatio", 0006 "type": "map", 0007 "elements": [ 0008 { 0009 "name": "property", 0010 "type": "number" 0011 } 0012 ] 0013 } 0014 ], 0015 "aggregation": [ 0016 { 0017 "type": "ratio_set", 0018 "name": "Property Ratio", 0019 "elements": [ { "type": "value", "schemaEntry": "newPropertyRatio", "schemaEntryElement": "property" } ] 0020 } 0021 ] 0022 }