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/v2",
"description": "Obtains end-user authorization grants for use with other Google APIs.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/accounts/docs/OAuth2",
"etag": "\"9eZ1uxVRThTDhLJCZHhqs3eQWz4/VCyF6WfWVwIuhIs_gw3LA4B3w1E\"",
"documentationLink": "https://developers.google.com/identity/protocols/oauth2/",
"etag": "\"u9GIe6H63LSGq-9_t39K2Zx_EAc/VCyF6WfWVwIuhIs_gw3LA4B3w1E\"",
"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"
@@ -28,14 +28,6 @@
"id": "oauth2:v2",
"kind": "discovery#restDescription",
"methods": {
"getCertForOpenIdConnect": {
"httpMethod": "GET",
"id": "oauth2.getCertForOpenIdConnect",
"path": "oauth2/v2/certs",
"response": {
"$ref": "Jwk"
}
},
"tokeninfo": {
"httpMethod": "POST",
"id": "oauth2.tokeninfo",
@@ -47,10 +39,6 @@
"id_token": {
"location": "query",
"type": "string"
},
"token_handle": {
"location": "query",
"type": "string"
}
},
"path": "oauth2/v2/tokeninfo",
@@ -116,10 +104,10 @@
"id": "oauth2.userinfo.get",
"path": "oauth2/v2/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"
]
@@ -135,10 +123,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"
]
@@ -150,51 +138,12 @@
}
}
},
"revision": "20190522",
"revision": "20200213",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Jwk": {
"id": "Jwk",
"properties": {
"keys": {
"items": {
"properties": {
"alg": {
"default": "RS256",
"type": "string"
},
"e": {
"type": "string"
},
"kid": {
"type": "string"
},
"kty": {
"default": "RSA",
"type": "string"
},
"n": {
"type": "string"
},
"use": {
"default": "sig",
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"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"
@@ -216,10 +165,6 @@
"description": "The space separated list of scopes granted to this token.",
"type": "string"
},
"token_handle": {
"description": "The token handle associated with this token.",
"type": "string"
},
"user_id": {
"description": "The obfuscated user id.",
"type": "string"
@@ -231,8 +176,8 @@
},
"type": "object"
},
"Userinfoplus": {
"id": "Userinfoplus",
"Userinfo": {
"id": "Userinfo",
"properties": {
"email": {
"description": "The user's email address.",