CS: remove trailing whitespace
authorChristian Weiske <cweiske@cweiske.de>
Sun, 10 Nov 2019 07:45:22 +0000 (08:45 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 10 Nov 2019 07:45:22 +0000 (08:45 +0100)
schema.json

index 30867fd1118ac442af29a52de5c596aa8b697619..f6db2104ee82633ed966a2c32a6760a437b07ca4 100644 (file)
         "media",
         "developer"
     ],
-    "additionalProperties": false,    
+    "additionalProperties": false,
     "properties": {
         "packageName": {
             "description": "Java package name (\"com.vendor.gamename\")",
             "type": "string"
         },
-        
+
         "title": {
             "description": "Game name",
             "type": "string"
         },
-        
+
         "description": {
             "description": "Text describing the game. Newlines (CRLF) allowed",
             "type": "string"
         },
-        
+
         "players": {
             "description": "How many players can play this game at the same time?",
             "type": "array",
@@ -37,7 +37,7 @@
                 "minimum": 1
             }
         },
-        
+
         "genres": {
             "description": "Categories",
             "type": "array",
@@ -86,7 +86,7 @@
                 ],
                 "additionalProperties": false,
                 "properties": {
-                
+
                     "name": {
                         "description": "Human readable version number ('1.6')",
                         "type": "string"
             ],
             "additionalProperties": false,
             "properties": {
-                
+
                 "uuid": {
                     "description": "Unique ID for the developer",
                     "type": "string"
                 },
-                
+
                 "name": {
                     "description": "Developer (company or person) name",
                     "type": "string"
                 },
-                
+
                 "supportEmail": {
                     "description": "E-Mail address for support questions",
                     "type": "string",
                     "format": "email"
                 },
-                
+
                 "supportPhone": {
                     "description": "Telephone number",
                     "type": "string"
                 },
-                
+
                 "founder": {
                     "description": "If the developer was an OUYA founder",
                     "type": "boolean"
             "type": "object",
             "additionalProperties": false,
             "properties": {
-                
+
                 "likeCount": {
                     "description": "Number of likes this game has",
                     "type": "number",
                     "minimum": 0
                 },
-                
+
                 "average": {
                     "description": "Average rating for this game (0-5)",
                     "type": "number",
                     "minimum": 0
                 },
-                
+
                 "count": {
                     "description": "Number of ratings",
                     "type": "number",