update all json files

This commit is contained in:
Sebastian Thiel
2020-04-12 18:55:37 +08:00
parent ea3b428364
commit aacc30f08d
260 changed files with 138411 additions and 26293 deletions

View File

@@ -2,14 +2,14 @@
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/plus.me": {
"description": "Associate you with your personal info on Google"
},
"https://www.googleapis.com/auth/userinfo.email": {
"description": "View your email address"
},
"https://www.googleapis.com/auth/userinfo.profile": {
"description": "See your personal info, including any personal info you've made publicly available"
},
"openid": {
"description": "Associate you with your personal info on Google"
}
}
}
@@ -19,8 +19,8 @@
"batchPath": "batch/oauth2/v1",
"description": "Obtains end-user authorization grants for use with other Google APIs.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/accounts/docs/OAuth2",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/CvzaehdGtGSdTIIn3Ply40zjB4o\"",
"documentationLink": "https://developers.google.com/identity/protocols/oauth2/",
"etag": "\"u9GIe6H63LSGq-9_t39K2Zx_EAc/nsxOqtpjQsFfH0jl1BUOtx-usQQ\"",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
@@ -108,10 +108,10 @@
"id": "oauth2.userinfo.get",
"path": "oauth2/v1/userinfo",
"response": {
"$ref": "Userinfoplus"
"$ref": "Userinfo"
},
"scopes": [
"https://www.googleapis.com/auth/plus.me",
"openid",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
]
@@ -128,10 +128,10 @@
"id": "oauth2.userinfo.v2.me.get",
"path": "userinfo/v2/me",
"response": {
"$ref": "Userinfoplus"
"$ref": "Userinfo"
},
"scopes": [
"https://www.googleapis.com/auth/plus.me",
"openid",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
]
@@ -143,16 +143,12 @@
}
}
},
"revision": "20190522",
"revision": "20200213",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Tokeninfo": {
"id": "Tokeninfo",
"properties": {
"access_type": {
"description": "The access type granted with this token. It can be offline or online.",
"type": "string"
},
"audience": {
"description": "Who is the intended audience for this token. In general the same as issued_to.",
"type": "string"
@@ -202,8 +198,8 @@
},
"type": "object"
},
"Userinfoplus": {
"id": "Userinfoplus",
"Userinfo": {
"id": "Userinfo",
"properties": {
"email": {
"description": "The user's email address.",