You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by re...@apache.org on 2015/07/21 02:21:13 UTC

svn commit: r1692037 - /devicemap/trunk/data/2.0/reference/device/attributes.json

Author: rezan
Date: Tue Jul 21 00:21:12 2015
New Revision: 1692037

URL: http://svn.apache.org/r1692037
Log:
attributes are strings only

Modified:
    devicemap/trunk/data/2.0/reference/device/attributes.json

Modified: devicemap/trunk/data/2.0/reference/device/attributes.json
URL: http://svn.apache.org/viewvc/devicemap/trunk/data/2.0/reference/device/attributes.json?rev=1692037&r1=1692036&r2=1692037&view=diff
==============================================================================
--- devicemap/trunk/data/2.0/reference/device/attributes.json (original)
+++ devicemap/trunk/data/2.0/reference/device/attributes.json Tue Jul 21 00:21:12 2015
@@ -11,10 +11,10 @@
       "parentId": "genericApple",
       "attributes": {
         "model": "iPhone",
-        "isPhone": true,
-        "displayWidth": 640,
-        "displayHeight": 960,
-        "ppi": 326
+        "isPhone": "true",
+        "displayWidth": "640",
+        "displayHeight": "960",
+        "ppi": "326"
       }
     },
     {
@@ -22,10 +22,10 @@
       "parentId": "genericApple",
       "attributes": {
         "model": "iPad",
-        "isTablet": true,
-        "displayWidth": 768,
-        "displayHeight": 1024,
-        "ppi": 132
+        "isTablet": "true",
+        "displayWidth": "768",
+        "displayHeight": "1024",
+        "ppi": "132"
       }
     },
     {
@@ -39,8 +39,8 @@
       "patternId": "root",
       "parentId": "_root",
       "attributes": {
-        "isPhone": false,
-        "isTablet": false
+        "isPhone": "false",
+        "isTablet": "false"
       }
     }
   ]