UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 71.8 kB
{"openapi":"3.0.0","info":{"contact":{"name":"Google","url":"https://google.com"},"description":"Builds on top of the Google+ platform for Google Apps Domains.","title":"Google+ Domains","version":"v1","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["social"],"x-logo":{"url":"https://developers.google.com/+/images/branding/g+128.png"},"x-origin":[{"converter":{"url":"https://github.com/lucybot/api-spec-converter","version":"2.7.18"},"format":"google","url":"https://www.googleapis.com/discovery/v1/apis/plusDomains/v1/rest","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"plusDomains"},"externalDocs":{"url":"https://developers.google.com/+/domains/"},"tags":[{"name":"activities"},{"name":"audiences"},{"name":"circles"},{"name":"comments"},{"name":"media"},{"name":"people"}],"paths":{"/activities/{activityId}":{"get":{"description":"Get an activity.","operationId":"plusDomains.activities.get","parameters":[{"description":"The ID of the activity to get.","in":"path","name":"activityId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Activity"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.me"]},{"Oauth2":["https://www.googleapis.com/auth/plus.stream.read"]}],"tags":["activities"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}]},"/activities/{activityId}/comments":{"get":{"description":"List all of the comments for an activity.","operationId":"plusDomains.comments.list","parameters":[{"description":"The ID of the activity to get comments for.","in":"path","name":"activityId","required":true,"schema":{"type":"string"}},{"description":"The maximum number of comments to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.","in":"query","name":"maxResults","schema":{"type":"integer","minimum":0,"maximum":500,"default":20}},{"description":"The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"The order in which to sort the list of comments.","in":"query","name":"sortOrder","schema":{"type":"string","enum":["ascending","descending"],"default":"ascending"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CommentFeed"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.stream.read"]}],"tags":["comments"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Create a new comment in reply to an activity.","operationId":"plusDomains.comments.insert","parameters":[{"description":"The ID of the activity to reply to.","in":"path","name":"activityId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Comment"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Comment"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.stream.write"]}],"tags":["comments"]}},"/activities/{activityId}/people/{collection}":{"get":{"description":"List all of the people in the specified collection for a particular activity.","operationId":"plusDomains.people.listByActivity","parameters":[{"description":"The ID of the activity to get the list of people for.","in":"path","name":"activityId","required":true,"schema":{"type":"string"}},{"description":"The collection of people to list.","in":"path","name":"collection","required":true,"schema":{"type":"string","enum":["plusoners","resharers","sharedto"]}},{"description":"The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.","in":"query","name":"maxResults","schema":{"type":"integer","minimum":1,"maximum":100,"default":20}},{"description":"The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PeopleFeed"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.stream.read"]}],"tags":["people"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}]},"/circles/{circleId}":{"delete":{"description":"Delete a circle.","operationId":"plusDomains.circles.remove","parameters":[{"description":"The ID of the circle to delete.","in":"path","name":"circleId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.write"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]}],"tags":["circles"]},"get":{"description":"Get a circle.","operationId":"plusDomains.circles.get","parameters":[{"description":"The ID of the circle to get.","in":"path","name":"circleId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Circle"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.read"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]}],"tags":["circles"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"patch":{"description":"Update a circle's description. This method supports patch semantics.","operationId":"plusDomains.circles.patch","parameters":[{"description":"The ID of the circle to update.","in":"path","name":"circleId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Circle"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Circle"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.write"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]}],"tags":["circles"]},"put":{"description":"Update a circle's description.","operationId":"plusDomains.circles.update","parameters":[{"description":"The ID of the circle to update.","in":"path","name":"circleId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Circle"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Circle"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.write"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]}],"tags":["circles"]}},"/circles/{circleId}/people":{"delete":{"description":"Remove a person from a circle.","operationId":"plusDomains.circles.removePeople","parameters":[{"description":"The ID of the circle to remove the person from.","in":"path","name":"circleId","required":true,"schema":{"type":"string"}},{"description":"Email of the people to add to the circle. Optional, can be repeated.","in":"query","name":"email","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"description":"IDs of the people to remove from the circle. Optional, can be repeated.","in":"query","name":"userId","explode":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.write"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]}],"tags":["circles"]},"get":{"description":"List all of the people who are members of a circle.","operationId":"plusDomains.people.listByCircle","parameters":[{"description":"The ID of the circle to get the members of.","in":"path","name":"circleId","required":true,"schema":{"type":"string"}},{"description":"The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.","in":"query","name":"maxResults","schema":{"type":"integer","minimum":1,"maximum":100,"default":20}},{"description":"The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PeopleFeed"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.read"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]}],"tags":["people"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Add a person to a circle. Google+ limits certain circle operations, including the number of circle adds. Learn More.","operationId":"plusDomains.circles.addPeople","parameters":[{"description":"The ID of the circle to add the person to.","in":"path","name":"circleId","required":true,"schema":{"type":"string"}},{"description":"Email of the people to add to the circle. Optional, can be repeated.","in":"query","name":"email","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"description":"IDs of the people to add to the circle. Optional, can be repeated.","in":"query","name":"userId","explode":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Circle"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.write"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]}],"tags":["circles"]}},"/comments/{commentId}":{"get":{"description":"Get a comment.","operationId":"plusDomains.comments.get","parameters":[{"description":"The ID of the comment to get.","in":"path","name":"commentId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Comment"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.stream.read"]}],"tags":["comments"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}]},"/people/{userId}":{"get":{"description":"Get a person's profile.","operationId":"plusDomains.people.get","parameters":[{"description":"The ID of the person to get the profile for. The special value \"me\" can be used to indicate the authenticated user.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Person"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.me"]},{"Oauth2":["https://www.googleapis.com/auth/plus.profiles.read"]},{"Oauth2":["https://www.googleapis.com/auth/userinfo.email"]},{"Oauth2":["https://www.googleapis.com/auth/userinfo.profile"]}],"tags":["people"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}]},"/people/{userId}/activities":{"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Create a new activity for the authenticated user.","operationId":"plusDomains.activities.insert","parameters":[{"description":"If \"true\", extract the potential media attachments for a URL. The response will include all possible attachments for a URL, including video, photos, and articles based on the content of the page.","in":"query","name":"preview","schema":{"type":"boolean"}},{"description":"The ID of the user to create the activity on behalf of. Its value should be \"me\", to indicate the authenticated user.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Activity"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Activity"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.me"]},{"Oauth2":["https://www.googleapis.com/auth/plus.stream.write"]}],"tags":["activities"]}},"/people/{userId}/activities/{collection}":{"get":{"description":"List all of the activities in the specified collection for a particular user.","operationId":"plusDomains.activities.list","parameters":[{"description":"The collection of activities to list.","in":"path","name":"collection","required":true,"schema":{"type":"string","enum":["user"]}},{"description":"The maximum number of activities to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.","in":"query","name":"maxResults","schema":{"type":"integer","minimum":1,"maximum":100,"default":20}},{"description":"The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"The ID of the user to get activities for. The special value \"me\" can be used to indicate the authenticated user.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ActivityFeed"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.me"]},{"Oauth2":["https://www.googleapis.com/auth/plus.stream.read"]}],"tags":["activities"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}]},"/people/{userId}/audiences":{"get":{"description":"List all of the audiences to which a user can share.","operationId":"plusDomains.audiences.list","parameters":[{"description":"The maximum number of circles to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.","in":"query","name":"maxResults","schema":{"type":"integer","minimum":1,"maximum":100,"default":20}},{"description":"The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"The ID of the user to get audiences for. The special value \"me\" can be used to indicate the authenticated user.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AudiencesFeed"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.read"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.me"]}],"tags":["audiences"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}]},"/people/{userId}/circles":{"get":{"description":"List all of the circles for a user.","operationId":"plusDomains.circles.list","parameters":[{"description":"The maximum number of circles to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.","in":"query","name":"maxResults","schema":{"type":"integer","minimum":1,"maximum":100,"default":20}},{"description":"The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"The ID of the user to get circles for. The special value \"me\" can be used to indicate the authenticated user.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CircleFeed"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.read"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.me"]}],"tags":["circles"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Create a new circle for the authenticated user.","operationId":"plusDomains.circles.insert","parameters":[{"description":"The ID of the user to create the circle on behalf of. The value \"me\" can be used to indicate the authenticated user.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Circle"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Circle"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.write"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.me"]}],"tags":["circles"]}},"/people/{userId}/media/{collection}":{"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Add a new media item to an album. The current upload size limitations are 36MB for a photo and 1GB for a video. Uploads do not count against quota if photos are less than 2048 pixels on their longest side or videos are less than 15 minutes in length.","operationId":"plusDomains.media.insert","parameters":[{"in":"path","name":"collection","required":true,"schema":{"type":"string","enum":["cloud"]}},{"description":"The ID of the user to create the activity on behalf of.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"image/apng":{"schema":{"$ref":"#/components/schemas/Media"}},"image/bmp":{"schema":{"$ref":"#/components/schemas/Media"}},"image/cgm":{"schema":{"$ref":"#/components/schemas/Media"}},"image/dicom-rle":{"schema":{"$ref":"#/components/schemas/Media"}},"image/emf":{"schema":{"$ref":"#/components/schemas/Media"}},"image/fits":{"schema":{"$ref":"#/components/schemas/Media"}},"image/g3fax":{"schema":{"$ref":"#/components/schemas/Media"}},"image/gif":{"schema":{"$ref":"#/components/schemas/Media"}},"image/ief":{"schema":{"$ref":"#/components/schemas/Media"}},"image/jls":{"schema":{"$ref":"#/components/schemas/Media"}},"image/jp2":{"schema":{"$ref":"#/components/schemas/Media"}},"image/jpeg":{"schema":{"$ref":"#/components/schemas/Media"}},"image/jpm":{"schema":{"$ref":"#/components/schemas/Media"}},"image/jpx":{"schema":{"$ref":"#/components/schemas/Media"}},"image/ktx":{"schema":{"$ref":"#/components/schemas/Media"}},"image/naplps":{"schema":{"$ref":"#/components/schemas/Media"}},"image/pjpeg":{"schema":{"$ref":"#/components/schemas/Media"}},"image/png":{"schema":{"$ref":"#/components/schemas/Media"}},"image/prs.btif":{"schema":{"$ref":"#/components/schemas/Media"}},"image/prs.pti":{"schema":{"$ref":"#/components/schemas/Media"}},"image/pwg-raster":{"schema":{"$ref":"#/components/schemas/Media"}},"image/sgi":{"schema":{"$ref":"#/components/schemas/Media"}},"image/svg+xml":{"schema":{"$ref":"#/components/schemas/Media"}},"image/t38":{"schema":{"$ref":"#/components/schemas/Media"}},"image/tiff":{"schema":{"$ref":"#/components/schemas/Media"}},"image/tiff-fx":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.adobe.photoshop":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.airzip.accelerator.azv":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.cns.inf2":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.dece.graphic":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.djvu":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.dvb.subtitle":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.dwg":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.dxf":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.fastbidsheet":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.fpx":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.fst":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.fujixerox.edmics-mmr":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.fujixerox.edmics-rlc":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.globalgraphics.pgb":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.microsoft.icon":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.mix":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.mozilla.apng":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.ms-modi":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.ms-photo":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.net-fpx":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.radiance":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.sealed.png":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.sealedmedia.softseal.gif":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.sealedmedia.softseal.jpg":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.svf":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.tencent.tap":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.valve.source.texture":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.wap.wbmp":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.xiff":{"schema":{"$ref":"#/components/schemas/Media"}},"image/vnd.zbrush.pcx":{"schema":{"$ref":"#/components/schemas/Media"}},"image/webp":{"schema":{"$ref":"#/components/schemas/Media"}},"image/wmf":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-3ds":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-cmu-raster":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-cmx":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-freehand":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-icon":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-jng":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-mrsid-image":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-ms-bmp":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-pcx":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-pict":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-portable-anymap":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-portable-bitmap":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-portable-graymap":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-portable-pixmap":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-rgb":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-tga":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-xbitmap":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-xcf":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-xpixmap":{"schema":{"$ref":"#/components/schemas/Media"}},"image/x-xwindowdump":{"schema":{"$ref":"#/components/schemas/Media"}},"video/1d-interleaved-parityfec":{"schema":{"$ref":"#/components/schemas/Media"}},"video/3gpp":{"schema":{"$ref":"#/components/schemas/Media"}},"video/3gpp-tt":{"schema":{"$ref":"#/components/schemas/Media"}},"video/3gpp2":{"schema":{"$ref":"#/components/schemas/Media"}},"video/bmpeg":{"schema":{"$ref":"#/components/schemas/Media"}},"video/bt656":{"schema":{"$ref":"#/components/schemas/Media"}},"video/celb":{"schema":{"$ref":"#/components/schemas/Media"}},"video/dv":{"schema":{"$ref":"#/components/schemas/Media"}},"video/encaprtp":{"schema":{"$ref":"#/components/schemas/Media"}},"video/h261":{"schema":{"$ref":"#/components/schemas/Media"}},"video/h263":{"schema":{"$ref":"#/components/schemas/Media"}},"video/h263-1998":{"schema":{"$ref":"#/components/schemas/Media"}},"video/h263-2000":{"schema":{"$ref":"#/components/schemas/Media"}},"video/h264":{"schema":{"$ref":"#/components/schemas/Media"}},"video/h264-rcdo":{"schema":{"$ref":"#/components/schemas/Media"}},"video/h264-svc":{"schema":{"$ref":"#/components/schemas/Media"}},"video/h265":{"schema":{"$ref":"#/components/schemas/Media"}},"video/iso.segment":{"schema":{"$ref":"#/components/schemas/Media"}},"video/jpeg":{"schema":{"$ref":"#/components/schemas/Media"}},"video/jpeg2000":{"schema":{"$ref":"#/components/schemas/Media"}},"video/jpm":{"schema":{"$ref":"#/components/schemas/Media"}},"video/mj2":{"schema":{"$ref":"#/components/schemas/Media"}},"video/mp1s":{"schema":{"$ref":"#/components/schemas/Media"}},"video/mp2p":{"schema":{"$ref":"#/components/schemas/Media"}},"video/mp2t":{"schema":{"$ref":"#/components/schemas/Media"}},"video/mp4":{"schema":{"$ref":"#/components/schemas/Media"}},"video/mp4v-es":{"schema":{"$ref":"#/components/schemas/Media"}},"video/mpeg":{"schema":{"$ref":"#/components/schemas/Media"}},"video/mpeg4-generic":{"schema":{"$ref":"#/components/schemas/Media"}},"video/mpv":{"schema":{"$ref":"#/components/schemas/Media"}},"video/nv":{"schema":{"$ref":"#/components/schemas/Media"}},"video/ogg":{"schema":{"$ref":"#/components/schemas/Media"}},"video/parityfec":{"schema":{"$ref":"#/components/schemas/Media"}},"video/pointer":{"schema":{"$ref":"#/components/schemas/Media"}},"video/quicktime":{"schema":{"$ref":"#/components/schemas/Media"}},"video/raptorfec":{"schema":{"$ref":"#/components/schemas/Media"}},"video/raw":{"schema":{"$ref":"#/components/schemas/Media"}},"video/rtp-enc-aescm128":{"schema":{"$ref":"#/components/schemas/Media"}},"video/rtploopback":{"schema":{"$ref":"#/components/schemas/Media"}},"video/rtx":{"schema":{"$ref":"#/components/schemas/Media"}},"video/smpte292m":{"schema":{"$ref":"#/components/schemas/Media"}},"video/ulpfec":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vc1":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.cctv":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.dece.hd":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.dece.mobile":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.dece.mp4":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.dece.pd":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.dece.sd":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.dece.video":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.directv.mpeg":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.directv.mpeg-tts":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.dlna.mpeg-tts":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.dvb.file":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.fvt":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.hns.video":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.iptvforum.1dparityfec-1010":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.iptvforum.1dparityfec-2005":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.iptvforum.2dparityfec-1010":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.iptvforum.2dparityfec-2005":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.iptvforum.ttsavc":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.iptvforum.ttsmpeg2":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.motorola.video":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.motorola.videop":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.mpegurl":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.ms-playready.media.pyv":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.nokia.interleaved-multimedia":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.nokia.videovoip":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.objectvideo":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.radgamettools.bink":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.radgamettools.smacker":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.sealed.mpeg1":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.sealed.mpeg4":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.sealed.swf":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.sealedmedia.softseal.mov":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.uvvu.mp4":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vnd.vivo":{"schema":{"$ref":"#/components/schemas/Media"}},"video/vp8":{"schema":{"$ref":"#/components/schemas/Media"}},"video/webm":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-f4v":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-fli":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-flv":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-m4v":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-matroska":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-mng":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-ms-asf":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-ms-vob":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-ms-wm":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-ms-wmv":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-ms-wmx":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-ms-wvx":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-msvideo":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-sgi-movie":{"schema":{"$ref":"#/components/schemas/Media"}},"video/x-smv":{"schema":{"$ref":"#/components/schemas/Media"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Media"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.me"]},{"Oauth2":["https://www.googleapis.com/auth/plus.media.upload"]}],"tags":["media"]}},"/people/{userId}/people/{collection}":{"get":{"description":"List all of the people in the specified collection.","operationId":"plusDomains.people.list","parameters":[{"description":"The collection of people to list.","in":"path","name":"collection","required":true,"schema":{"type":"string","enum":["circled"]}},{"description":"The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.","in":"query","name":"maxResults","schema":{"type":"integer","minimum":1,"maximum":100,"default":100}},{"description":"The order to return people in.","in":"query","name":"orderBy","schema":{"type":"string","enum":["alphabetical","best"]}},{"description":"The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"Get the collection of people for the person identified. Use \"me\" to indicate the authenticated user.","in":"path","name":"userId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PeopleFeed"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/plus.circles.read"]},{"Oauth2":["https://www.googleapis.com/auth/plus.login"]},{"Oauth2":["https://www.googleapis.com/auth/plus.me"]}],"tags":["people"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}]}},"servers":[{"url":"https://www.googleapis.com/plusDomains/v1"}],"components":{"parameters":{"alt":{"description":"Data format for the response.","in":"query","name":"alt","schema":{"type":"string","enum":["json"],"default":"json"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean","default":true}},"quotaUser":{"description":"An opaque string that represents a user for quota purposes. Must not exceed 40 characters.","in":"query","name":"quotaUser","schema":{"type":"string"}},"userIp":{"description":"Deprecated. Please use quotaUser instead.","in":"query","name":"userIp","schema":{"type":"string"}}},"requestBodies":{"Circle":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Circle"}}}}},"securitySchemes":{"Oauth2":{"description":"Oauth 2.0 authentication","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://accounts.google.com/o/oauth2/auth","scopes":{"https://www.googleapis.com/auth/plus.circles.read":"View your circles and the people and pages in them","https://www.googleapis.com/auth/plus.circles.write":"Manage your circles and add people and pages. People and pages you add to your circles will be notified. Others may see this information publicly. People you add to circles can use Hangouts with you.","https://www.googleapis.com/auth/plus.login":"Know the list of people in your circles, your age range, and language","https://www.googleapis.com/auth/plus.me":"Know who you are on Google","https://www.googleapis.com/auth/plus.media.upload":"Send your photos and videos to Google+","https://www.googleapis.com/auth/plus.profiles.read":"View your own Google+ profile and profiles visible to you","https://www.googleapis.com/auth/plus.stream.read":"View your Google+ posts, comments, and stream","https://www.googleapis.com/auth/plus.stream.write":"Manage your Google+ posts, comments, and stream","https://www.googleapis.com/auth/userinfo.email":"View your email address","https://www.googleapis.com/auth/userinfo.profile":"View your basic profile info"}}}}},"schemas":{"Acl":{"properties":{"description":{"description":"Description of the access granted, suitable for display.","type":"string"},"domainRestricted":{"description":"Whether access is restricted to the domain.","type":"boolean"},"items":{"description":"The list of access entries.","items":{"$ref":"#/components/schemas/PlusDomainsAclentryResource"},"type":"array"},"kind":{"default":"plus#acl","description":"Identifies this resource as a collection of access controls. Value: \"plus#acl\".","type":"string"}},"type":"object"},"Activity":{"properties":{"access":{"$ref":"#/components/schemas/Acl"},"actor":{"description":"The person who performed this activity.","properties":{"clientSpecificActorInfo":{"description":"Actor info specific to particular clients.","properties":{"youtubeActorInfo":{"description":"Actor info specific to YouTube clients.","properties":{"channelId":{"description":"ID of the YouTube channel owned by the Actor.","type":"string"}},"type":"object"}},"type":"object"},"displayName":{"description":"The name of the actor, suitable for display.","type":"string"},"id":{"description":"The ID of the actor's Person resource.","type":"string"},"image":{"description":"The image representation of the actor.","properties":{"url":{"description":"The URL of the actor's profile photo. To resize the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.","type":"string"}},"type":"object"},"name":{"description":"An object representation of the individual components of name.","properties":{"familyName":{"description":"The family name (\"last name\") of the actor.","type":"string"},"givenName":{"description":"The given name (\"first name\") of the actor.","type":"string"}},"type":"object"},"url":{"description":"The link to the actor's Google profile.","type":"string"},"verification":{"description":"Verification status of actor.","properties":{"adHocVerified":{"description":"Verification for one-time or manual processes.","type":"string"}},"type":"object"}},"type":"object"},"address":{"description":"Street address where this activity occurred.","type":"string"},"annotation":{"description":"Additional content added by the person who shared this activity, applicable only when resharing an activity.","type":"string"},"crosspostSource":{"description":"If this activity is a crosspost from another system, this property specifies the ID of the original activity.","type":"string"},"etag":{"description":"ETag of this response for caching purposes.","type":"string"},"geocode":{"description":"Latitude and longitude where this activity occurred. Format is latitude followed by longitude, space separated.","type":"string"},"id":{"description":"The ID of this activity.","type":"string"},"kind":{"default":"plus#activity","description":"Identifies this resource as an activity. Value: \"plus#activity\".","type":"string"},"location":{"$ref":"#/components/schemas/Place"},"object":{"description":"The object of this activity.","properties":{"actor":{"description":"If this activity's object is itself another activity, such as when a person reshares an activity, this property specifies the original activity's actor.","properties":{"clientSpecificActorInfo":{"description":"Actor info specific to particular clients.","properties":{"youtubeActorInfo":{"description":"Actor info specific to YouTube clients.","properties":{"channelId":{"description":"ID of the YouTube channel owned by the Actor.","type":"string"}},"type":"object"}},"type":"object"},"displayName":{"description":"The original actor's name, which is suitable for display.","type":"string"},"id":{"description":"ID of the original actor.","type":"string"},"image":{"description":"The image representation of the original actor.","properties":{"url":{"description":"A URL that points to a thumbnail photo of the original actor.","type":"string"}},"type":"object"},"url":{"description":"A link to the original actor's Google profile.","type":"string"},"verification":{"description":"Verification status of actor.","properties":{"adHocVerified":{"description":"Verification for one-time or manual processes.","type":"string"}},"type":"object"}},"type":"object"},"attachments":{"description":"The media objects attached to this activity.","items":{"properties":{"content":{"description":"If the attachment is an article, this property contains a snippet of text from the article. It can also include descriptions for other types.","type":"string"},"displayName":{"description":"The title of the attachment, such as a photo caption or an article title.","type":"string"},"embed":{"description":"If the attachment is a video, the embeddable link.","properties":{"type":{"description":"Media type of the link.","type":"string"},"url":{"description":"URL of the link.","type":"string"}},"type":"object"},"fullImage":{"description":"The full image URL for photo attachments.","properties":{"height":{"description":"The height, in pixels, of the linked resource.","format":"uint32","type":"integer"},"type":{"description":"Media type of the link.","type":"string"},"url":{"description":"URL of the image.","type":"string"},"width":{"description":"The width, in pixels, of the linked resource.","format":"uint32","type":"integer"}},"type":"object"},"id":{"description":"The ID of the attachment.","type":"string"},"image":{"description":"The preview image for photos or videos.","properties":{"height":{"description":"The height, in pixels, of the linked resource.","format":"uint32","type":"integer"},"type":{"description":"Media type of the link.","type":"string"},"url":{"description":"Image URL.","type":"string"},"width":{"description":"The width, in pixels, of the linked resource.","format":"uint32","type":"integer"}},"type":"object"},"objectType":{"description":"The type of media object. Possible values include, but are not limited to, the following values: \n- \"photo\" - A photo. \n- \"album\" - A photo album. \n- \"video\" - A video. \n- \"article\" - An article, specified by a link.","type":"string"},"previewThumbnails":{"description":"When previewing, these are the optional thumbnails for the post. When posting an article, choose one by setting the attachment.image.url property. If you don't choose one, one will be chosen for you.","items":{"properties":{"url":{"description":"URL of the thumbnail image.","type":"string"}},"type":"object"},"type":"array"},"thumbnails":{"description":"If the attachment is an album, this property is a list of potential additional thumbnails from the album.","items":{"properties":{"description":{"description":"Potential name of the thumbnail.","type":"string"},"image":{"description":"Image resource.","properties":{"height":{"description":"The height, in pixels, of the linked resource.","format":"uint32","type":"integer"},"type":{"description":"Media type of the link.","type":"string"},"url":{"description":"Image url.","type":"string"},"width":{"description":"The width, in pixels, of the linked resource.","format":"uint32","type":"integer"}},"type":"object"},"url":{"description":"URL of the webpage containing the image.","type":"string"}},"type":"object"},"type":"array"},"url":{"description":"The link to the attachment, which should be of type text/html.","type":"string"}},"type":"object"},"type":"array"},"content":{"description":"The HTML-formatted content, which is suitable for display.","type":"string"},"id":{"description":"The ID of the object. When resharing an activity, this is the ID of the activity that is being reshared.","type":"string"},"objectType":{"description":"The type of the object. Possible values include, but are not limited to, the following values: \n- \"note\" - Textual content. \n- \"activity\" - A Google+ activity.","type":"string"},"originalContent":{"description":"The content (text) as provided by the author, which is stored without any HTML formatting. When creating or updating an activity, this value must be supplied as plain text in the request.","type":"string"},"plusoners":{"description":"People who +1'd this activity.","properties":{"selfLink":{"description":"The URL for the collection of people who +1'd this activity.","type":"string"},"totalItems":{"description":"Total number of people who +1'd this activity.","format":"uint32","type":"integer"}},"type":"object"},"replies":{"description":"Comments in reply to this activity.","properties":{"selfLink":{"description":"The URL for the collection of comments in reply to this activity.","type":"string"},"totalItems":{"description":"Total number of comments on this activity.","format":"uint32","type":"integer"}},"type":"object"},"resharers":{"description":"People who reshared this activity.","properties":{"selfLink":{"description":"The URL for the collection of resharers.","type":"string"},"totalItems":{"description":"Total number of people who reshared this activity.","format":"uint32","type":"integer"}},"type":"object"},"statusForViewer":{"description":"Status of the activity as seen by the viewer.","properties":{"canComment":{"description":"Whether the viewer can comment on the activity.","type":"boolean"},"canPlusone":{"description":"Whether the viewer can +1 the activity.","type":"boolean"},"canUpdate":{"description":"Whether the viewer can edit or delete the activity.","type":"boolean"},"isPlusOned":{"description":"Whether the viewer has +1'd the activity.","type":"boolean"},"resharingDisabled":{"description":"Whether reshares are disabled for the activity.","type":"boolean"}},"type":"object"},"url":{"description":"The URL that points to the linked resource.","type":"string"}},"type":"object"},"placeId":{"description":"ID of the place where this activity occurred.","type":"string"},"placeName":{"description":"Name of the place where this activity occurred.","type":"string"},"provider":{"description":"The service provider that initially published this activity.","properties":{"title":{"description":"Name of the service provider.","type":"string"}},"type":"object"},"published":{"description":"The time at which this activity was initially published. Formatted as an RFC 3339 timestamp.","format":"date-time","type":"string"},"radius":{"description":"Radius, in meters, of the region where this activity occurred, centered at the latitude and longitude identified in geocode.","type":"string"},"title":{"description":"Title of this activity.","type":"string"},"updated":{"description":"The time at which this activity was last updated. Formatted as an RFC 3339 timestamp.","format":"date-time","type":"string"},"url":{"description":"The link to this activity.","type":"string"},"verb":{"description":"This activity's verb, which indicates the action that was performed. Possible values include, but are not limited to, the following values: \n- \"post\" - Publish content to the stream. \n- \"share\" - Reshare an activity.","type":"string"}},"type":"object"},"ActivityFeed":{"properties":{"etag":{"description":"ETag of this response for caching purposes.","type":"string"},"id":{"description":"The ID of this collection of activities. Deprecated.","type":"string"},"items":{"description":"The activities in this page of results.","items":{"$ref":"#/components/schemas/Activity"},"type":"array"},"kind":{"default":"plus#activityFeed","description":"Identifies this resource as a collection of activities. Value: \"plus#activityFeed\".","type":"string"},"nextLink":{"description":"Link to the next page of activities.","type":"string"},"nextPageToken":{"description":"The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.","type":"string"},"selfLink":{"description":"Link to this activity resource.","type":"string"},"title":{"description":"The title of this collection of activities, which is a truncated portion of the content.","type":"string"},"updated":{"description":"The time at which this collection of activities was last upda