| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/drive.appdata": { | 5 "https://www.googleapis.com/auth/drive.appdata": { |
| 6 "description": "View and manage its own configuration data i
n your Google Drive" | 6 "description": "View and manage its own configuration data i
n your Google Drive" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/games": { | 8 "https://www.googleapis.com/auth/games": { |
| 9 "description": "Share your Google+ profile information and v
iew and manage your game activity" | 9 "description": "Share your Google+ profile information and v
iew and manage your game activity" |
| 10 }, | 10 }, |
| 11 "https://www.googleapis.com/auth/plus.login": { | 11 "https://www.googleapis.com/auth/plus.login": { |
| 12 "description": "Know your basic profile info and list of peo
ple in your circles." | 12 "description": "Know the list of people in your circles, you
r age range, and language" |
| 13 } | 13 } |
| 14 } | 14 } |
| 15 } | 15 } |
| 16 }, | 16 }, |
| 17 "basePath": "/games/v1/", | 17 "basePath": "/games/v1/", |
| 18 "baseUrl": "https://www.googleapis.com/games/v1/", | 18 "baseUrl": "https://www.googleapis.com/games/v1/", |
| 19 "batchPath": "batch", | 19 "batchPath": "batch", |
| 20 "canonicalName": "Games", | 20 "canonicalName": "Games", |
| 21 "description": "The API for Google Play Game Services.", | 21 "description": "The API for Google Play Game Services.", |
| 22 "discoveryVersion": "v1", | 22 "discoveryVersion": "v1", |
| 23 "documentationLink": "https://developers.google.com/games/services/", | 23 "documentationLink": "https://developers.google.com/games/services/", |
| 24 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/dadzq60iAtGqkBsDw6XsI82tB8k\"", | 24 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/lPnD-E3rEJMKwYh9r_wAysihPdo\"", |
| 25 "icons": { | 25 "icons": { |
| 26 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 26 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 27 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 27 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 28 }, | 28 }, |
| 29 "id": "games:v1", | 29 "id": "games:v1", |
| 30 "kind": "discovery#restDescription", | 30 "kind": "discovery#restDescription", |
| 31 "name": "games", | 31 "name": "games", |
| 32 "ownerDomain": "google.com", | 32 "ownerDomain": "google.com", |
| 33 "ownerName": "Google", | 33 "ownerName": "Google", |
| 34 "parameters": { | 34 "parameters": { |
| (...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1214 "parameterOrder": [ | 1214 "parameterOrder": [ |
| 1215 "leaderboardId", | 1215 "leaderboardId", |
| 1216 "collection", | 1216 "collection", |
| 1217 "timeSpan" | 1217 "timeSpan" |
| 1218 ], | 1218 ], |
| 1219 "parameters": { | 1219 "parameters": { |
| 1220 "collection": { | 1220 "collection": { |
| 1221 "description": "The collection of scores you're requ
esting.", | 1221 "description": "The collection of scores you're requ
esting.", |
| 1222 "enum": [ | 1222 "enum": [ |
| 1223 "PUBLIC", | 1223 "PUBLIC", |
| 1224 "SOCIAL" | 1224 "SOCIAL", |
| 1225 "SOCIAL_1P" |
| 1225 ], | 1226 ], |
| 1226 "enumDescriptions": [ | 1227 "enumDescriptions": [ |
| 1227 "List all scores in the public leaderboard.", | 1228 "List all scores in the public leaderboard.", |
| 1228 "List only social scores." | 1229 "List only social scores.", |
| 1230 "List only social scores, not respecting the fAC
L." |
| 1229 ], | 1231 ], |
| 1230 "location": "path", | 1232 "location": "path", |
| 1231 "required": true, | 1233 "required": true, |
| 1232 "type": "string" | 1234 "type": "string" |
| 1233 }, | 1235 }, |
| 1234 "language": { | 1236 "language": { |
| 1235 "description": "The preferred language to use for st
rings returned by this method.", | 1237 "description": "The preferred language to use for st
rings returned by this method.", |
| 1236 "location": "query", | 1238 "location": "query", |
| 1237 "type": "string" | 1239 "type": "string" |
| 1238 }, | 1240 }, |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1288 "parameterOrder": [ | 1290 "parameterOrder": [ |
| 1289 "leaderboardId", | 1291 "leaderboardId", |
| 1290 "collection", | 1292 "collection", |
| 1291 "timeSpan" | 1293 "timeSpan" |
| 1292 ], | 1294 ], |
| 1293 "parameters": { | 1295 "parameters": { |
| 1294 "collection": { | 1296 "collection": { |
| 1295 "description": "The collection of scores you're requ
esting.", | 1297 "description": "The collection of scores you're requ
esting.", |
| 1296 "enum": [ | 1298 "enum": [ |
| 1297 "PUBLIC", | 1299 "PUBLIC", |
| 1298 "SOCIAL" | 1300 "SOCIAL", |
| 1301 "SOCIAL_1P" |
| 1299 ], | 1302 ], |
| 1300 "enumDescriptions": [ | 1303 "enumDescriptions": [ |
| 1301 "List all scores in the public leaderboard.", | 1304 "List all scores in the public leaderboard.", |
| 1302 "List only social scores." | 1305 "List only social scores.", |
| 1306 "List only social scores, not respecting the fAC
L." |
| 1303 ], | 1307 ], |
| 1304 "location": "path", | 1308 "location": "path", |
| 1305 "required": true, | 1309 "required": true, |
| 1306 "type": "string" | 1310 "type": "string" |
| 1307 }, | 1311 }, |
| 1308 "language": { | 1312 "language": { |
| 1309 "description": "The preferred language to use for st
rings returned by this method.", | 1313 "description": "The preferred language to use for st
rings returned by this method.", |
| 1310 "location": "query", | 1314 "location": "query", |
| 1311 "type": "string" | 1315 "type": "string" |
| 1312 }, | 1316 }, |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1928 "$ref": "TurnBasedMatch" | 1932 "$ref": "TurnBasedMatch" |
| 1929 }, | 1933 }, |
| 1930 "scopes": [ | 1934 "scopes": [ |
| 1931 "https://www.googleapis.com/auth/games", | 1935 "https://www.googleapis.com/auth/games", |
| 1932 "https://www.googleapis.com/auth/plus.login" | 1936 "https://www.googleapis.com/auth/plus.login" |
| 1933 ] | 1937 ] |
| 1934 } | 1938 } |
| 1935 } | 1939 } |
| 1936 } | 1940 } |
| 1937 }, | 1941 }, |
| 1938 "revision": "20160126", | 1942 "revision": "20160309", |
| 1939 "rootUrl": "https://www.googleapis.com/", | 1943 "rootUrl": "https://www.googleapis.com/", |
| 1940 "schemas": { | 1944 "schemas": { |
| 1941 "AchievementDefinition": { | 1945 "AchievementDefinition": { |
| 1942 "description": "This is a JSON template for an achievement definitio
n object.", | 1946 "description": "This is a JSON template for an achievement definitio
n object.", |
| 1943 "id": "AchievementDefinition", | 1947 "id": "AchievementDefinition", |
| 1944 "properties": { | 1948 "properties": { |
| 1945 "achievementType": { | 1949 "achievementType": { |
| 1946 "description": "The type of the achievement.\nPossible value
s are: \n- \"STANDARD\" - Achievement is either locked or unlocked. \n- \"INCRE
MENTAL\" - Achievement is incremental.", | 1950 "description": "The type of the achievement.\nPossible value
s are: \n- \"STANDARD\" - Achievement is either locked or unlocked. \n- \"INCRE
MENTAL\" - Achievement is incremental.", |
| 1947 "type": "string" | 1951 "type": "string" |
| 1948 }, | 1952 }, |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2031 "description": "The current steps recorded for this incremen
tal achievement.", | 2035 "description": "The current steps recorded for this incremen
tal achievement.", |
| 2032 "format": "int32", | 2036 "format": "int32", |
| 2033 "type": "integer" | 2037 "type": "integer" |
| 2034 }, | 2038 }, |
| 2035 "kind": { | 2039 "kind": { |
| 2036 "default": "games#achievementIncrementResponse", | 2040 "default": "games#achievementIncrementResponse", |
| 2037 "description": "Uniquely identifies the type of this resourc
e. Value is always the fixed string games#achievementIncrementResponse.", | 2041 "description": "Uniquely identifies the type of this resourc
e. Value is always the fixed string games#achievementIncrementResponse.", |
| 2038 "type": "string" | 2042 "type": "string" |
| 2039 }, | 2043 }, |
| 2040 "newlyUnlocked": { | 2044 "newlyUnlocked": { |
| 2041 "description": "Whether the the current steps for the achiev
ement has reached the number of steps required to unlock.", | 2045 "description": "Whether the current steps for the achievemen
t has reached the number of steps required to unlock.", |
| 2042 "type": "boolean" | 2046 "type": "boolean" |
| 2043 } | 2047 } |
| 2044 }, | 2048 }, |
| 2045 "type": "object" | 2049 "type": "object" |
| 2046 }, | 2050 }, |
| 2047 "AchievementRevealResponse": { | 2051 "AchievementRevealResponse": { |
| 2048 "description": "This is a JSON template for an achievement reveal re
sponse", | 2052 "description": "This is a JSON template for an achievement reveal re
sponse", |
| 2049 "id": "AchievementRevealResponse", | 2053 "id": "AchievementRevealResponse", |
| 2050 "properties": { | 2054 "properties": { |
| 2051 "currentState": { | 2055 "currentState": { |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2337 "description": "The secondary category.", | 2341 "description": "The secondary category.", |
| 2338 "type": "string" | 2342 "type": "string" |
| 2339 } | 2343 } |
| 2340 }, | 2344 }, |
| 2341 "type": "object" | 2345 "type": "object" |
| 2342 }, | 2346 }, |
| 2343 "ApplicationVerifyResponse": { | 2347 "ApplicationVerifyResponse": { |
| 2344 "description": "This is a JSON template for a third party applicatio
n verification response resource.", | 2348 "description": "This is a JSON template for a third party applicatio
n verification response resource.", |
| 2345 "id": "ApplicationVerifyResponse", | 2349 "id": "ApplicationVerifyResponse", |
| 2346 "properties": { | 2350 "properties": { |
| 2351 "alternate_player_id": { |
| 2352 "description": "An alternate ID that was once used for the p
layer that was issued the auth token used in this request. (This field is not no
rmally populated.)", |
| 2353 "type": "string" |
| 2354 }, |
| 2347 "kind": { | 2355 "kind": { |
| 2348 "default": "games#applicationVerifyResponse", | 2356 "default": "games#applicationVerifyResponse", |
| 2349 "description": "Uniquely identifies the type of this resourc
e. Value is always the fixed string games#applicationVerifyResponse.", | 2357 "description": "Uniquely identifies the type of this resourc
e. Value is always the fixed string games#applicationVerifyResponse.", |
| 2350 "type": "string" | 2358 "type": "string" |
| 2351 }, | 2359 }, |
| 2352 "player_id": { | 2360 "player_id": { |
| 2353 "description": "The ID of the player that was issued the aut
h token used in this request.", | 2361 "description": "The ID of the player that was issued the aut
h token used in this request.", |
| 2354 "type": "string" | 2362 "type": "string" |
| 2355 } | 2363 } |
| 2356 }, | 2364 }, |
| (...skipping 2494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4851 "type": "array" | 4859 "type": "array" |
| 4852 } | 4860 } |
| 4853 }, | 4861 }, |
| 4854 "type": "object" | 4862 "type": "object" |
| 4855 } | 4863 } |
| 4856 }, | 4864 }, |
| 4857 "servicePath": "games/v1/", | 4865 "servicePath": "games/v1/", |
| 4858 "title": "Google Play Game Services API", | 4866 "title": "Google Play Game Services API", |
| 4859 "version": "v1" | 4867 "version": "v1" |
| 4860 } | 4868 } |
| OLD | NEW |