jsonrpc: cosmetics in JSON schema
authormontellese <montellese@xbmc.org>
Fri, 13 Sep 2013 21:16:21 +0000 (23:16 +0200)
committermontellese <montellese@xbmc.org>
Fri, 13 Sep 2013 21:16:40 +0000 (23:16 +0200)
xbmc/interfaces/json-rpc/ServiceDescription.h
xbmc/interfaces/json-rpc/methods.json

index c798a74..7d18cf4 100644 (file)
@@ -818,14 +818,14 @@ namespace JSONRPC
       "\"extends\": \"Item.Fields.Base\","
       "\"items\": { \"type\": \"string\", \"enum\": [ \"thumbnail\", \"lockmode\" ] }"
     "}",
-         "\"Profiles.Details.Profile\": {"
+    "\"Profiles.Details.Profile\": {"
       "\"extends\": \"Item.Details.Base\","
       "\"properties\": {"
         "\"thumbnail\": { \"type\": \"string\" },"
         "\"lockmode\": { \"type\": \"integer\" }"
       "}"
     "}",
-         "\"List.Filter.Rule\": {"
+    "\"List.Filter.Rule\": {"
       "\"type\": \"object\","
       "\"properties\": {"
         "\"operator\": { \"$ref\": \"List.Filter.Operators\", \"required\": true },"
@@ -2967,7 +2967,7 @@ namespace JSONRPC
         "\"properties\": {"
           "\"limits\": { \"$ref\": \"List.LimitsReturned\", \"required\": true },"
           "\"profiles\": { \"type\": \"array\", \"required\": true,"
-           "\"items\": { \"$ref\": \"Profiles.Details.Profile\" }"
+            "\"items\": { \"$ref\": \"Profiles.Details.Profile\" }"
           "}"
         "}"
       "}"
index 61ef8c5..0c15e2b 100644 (file)
     "params": [
       { "name": "properties", "$ref": "Profiles.Fields.Profile" }
     ],
-       "returns":  { "$ref": "Profiles.Details.Profile", "required": true }
+    "returns":  { "$ref": "Profiles.Details.Profile", "required": true }
   },
   "Profiles.LoadProfile": {
     "type": "method",