mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(update): all jsons; version-up
As we are now back to serde 0.6, the patch-level was upped too.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/Fl2JtinGhCfVFBoiE_KkQ61uWHk\"",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/0me1AhhPSi-_0UNmNlsuGvzH204\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "games:v1",
|
||||
"name": "games",
|
||||
"canonicalName": "Games",
|
||||
"version": "v1",
|
||||
"revision": "20160224",
|
||||
"revision": "20160401",
|
||||
"title": "Google Play Game Services API",
|
||||
"description": "The API for Google Play Game Services.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -185,7 +185,7 @@
|
||||
},
|
||||
"newlyUnlocked": {
|
||||
"type": "boolean",
|
||||
"description": "Whether the the current steps for the achievement has reached the number of steps required to unlock."
|
||||
"description": "Whether the current steps for the achievement has reached the number of steps required to unlock."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -490,6 +490,10 @@
|
||||
"type": "object",
|
||||
"description": "This is a JSON template for a third party application verification response resource.",
|
||||
"properties": {
|
||||
"alternate_player_id": {
|
||||
"type": "string",
|
||||
"description": "An alternate ID that was once used for the player that was issued the auth token used in this request. (This field is not normally populated.)"
|
||||
},
|
||||
"kind": {
|
||||
"type": "string",
|
||||
"description": "Uniquely identifies the type of this resource. Value is always the fixed string games#applicationVerifyResponse.",
|
||||
|
||||
Reference in New Issue
Block a user