aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphunkyfish <phunkyfish@gmail.com>2020-10-26 12:32:34 +0000
committerphunkyfish <phunkyfish@gmail.com>2020-10-30 16:27:34 +0000
commit7cfc467fb83c481383d23e04e18b9427d4283dba (patch)
tree79468b3491d13f5c489ccbe101b07bde16992c88
parent98e00561af1180470b6dae06da6a16fae500fd71 (diff)
[json-rpc] refactoring - remove extra whitespace json files
-rw-r--r--xbmc/interfaces/json-rpc/schema/methods.json2
-rw-r--r--xbmc/interfaces/json-rpc/schema/types.json12
2 files changed, 7 insertions, 7 deletions
diff --git a/xbmc/interfaces/json-rpc/schema/methods.json b/xbmc/interfaces/json-rpc/schema/methods.json
index 96d5540faa..bfa5c6a275 100644
--- a/xbmc/interfaces/json-rpc/schema/methods.json
+++ b/xbmc/interfaces/json-rpc/schema/methods.json
@@ -359,7 +359,7 @@
"zoom": { "type": "number", "required": true },
"pixelratio": { "type": "number", "required": true },
"verticalshift": { "type": "number", "required": true },
- "nonlinearstretch": { "type": "boolean", "required": true }
+ "nonlinearstretch": { "type": "boolean", "required": true }
}
}
},
diff --git a/xbmc/interfaces/json-rpc/schema/types.json b/xbmc/interfaces/json-rpc/schema/types.json
index 0fafdb5f93..3dd2be102f 100644
--- a/xbmc/interfaces/json-rpc/schema/types.json
+++ b/xbmc/interfaces/json-rpc/schema/types.json
@@ -112,7 +112,7 @@
},
"order": { "type": "string", "default": "ascending", "enum": [ "ascending", "descending" ] },
"ignorearticle": { "type": "boolean", "default": false },
- "useartistsortname": { "type": "boolean", "default": false }
+ "useartistsortname": { "type": "boolean", "default": false }
}
},
"Library.Id": {
@@ -211,10 +211,10 @@
{ "type": "string", "enum": [ "increase", "decrease" ], "required": true },
{ "$ref": "Optional.Number", "minimum":0.5, "maximum": 2.0, "description": "Pixel aspect ratio where 1.0 means square pixel", "required": true } ] },
"verticalshift": { "type": [
- { "type": "string", "enum": [ "increase", "decrease" ], "required": true },
+ { "type": "string", "enum": [ "increase", "decrease" ], "required": true },
{ "$ref": "Optional.Number", "minimum": -2.0, "maximum": 2.0, "description": "Vertical shift 1.0 means shift to bottom", "required": true } ] },
"nonlinearstretch": { "type": [
- { "type": "string", "enum": [ "increase", "decrease" ], "required": true },
+ { "type": "string", "enum": [ "increase", "decrease" ], "required": true },
{ "$ref": "Optional.Boolean", "description": "Flag to enable nonlinear stretch", "required": true } ] }
}
},
@@ -474,7 +474,7 @@
"genreid": { "$ref": "Library.Id", "required": true },
"title": { "type": "string" },
"thumbnail": { "type": "string" },
- "sourceid": { "$ref": "Array.Integer", "description": "The ids of sources with songs of the genre" }
+ "sourceid": { "$ref": "Array.Integer", "description": "The ids of sources with songs of the genre" }
}
},
"Library.Fields.Tag": {
@@ -651,7 +651,7 @@
"musicbrainzalbumid": { "type": "string" },
"songgenres": {"$ref": "Audio.Details.Genres"},
"lastplayed": { "type": "string" },
- "sourceid": { "$ref": "Array.Integer" },
+ "sourceid": { "$ref": "Array.Integer" },
"isboxset" : { "type": "boolean" },
"totaldiscs": { "type": "integer" },
"albumstatus": { "type": "string" },
@@ -708,7 +708,7 @@
"songslastadded": { "type": "string" },
"albumslastadded": { "type": "string" },
"artistslastadded": { "type": "string" },
- "genreslastadded": { "type": "string" },
+ "genreslastadded": { "type": "string" },
"songsmodified": { "type": "string" },
"albumsmodified": { "type": "string" },
"artistsmodified": { "type": "string" }