OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/youtube": { | 5 "https://www.googleapis.com/auth/youtube": { |
6 "description": "Manage your YouTube account" | 6 "description": "Manage your YouTube account" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/youtube.readonly": { | 8 "https://www.googleapis.com/auth/youtube.readonly": { |
9 "description": "View your YouTube account" | 9 "description": "View your YouTube account" |
10 }, | 10 }, |
11 "https://www.googleapis.com/auth/youtube.upload": { | 11 "https://www.googleapis.com/auth/youtube.upload": { |
12 "description": "Manage your YouTube videos" | 12 "description": "Manage your YouTube videos" |
13 }, | 13 }, |
14 "https://www.googleapis.com/auth/youtubepartner": { | 14 "https://www.googleapis.com/auth/youtubepartner": { |
15 "description": "View and manage your assets and associated c
ontent on YouTube" | 15 "description": "View and manage your assets and associated c
ontent on YouTube" |
16 }, | 16 }, |
17 "https://www.googleapis.com/auth/youtubepartner-channel-audit":
{ | 17 "https://www.googleapis.com/auth/youtubepartner-channel-audit":
{ |
18 "description": "View private information of your YouTube cha
nnel relevant during the audit process with a YouTube partner" | 18 "description": "View private information of your YouTube cha
nnel relevant during the audit process with a YouTube partner" |
19 } | 19 } |
20 } | 20 } |
21 } | 21 } |
22 }, | 22 }, |
23 "basePath": "/youtube/v3/", | 23 "basePath": "/youtube/v3/", |
24 "baseUrl": "https://www.googleapis.com/youtube/v3/", | 24 "baseUrl": "https://www.googleapis.com/youtube/v3/", |
25 "batchPath": "batch", | 25 "batchPath": "batch", |
26 "canonicalName": "YouTube", | 26 "canonicalName": "YouTube", |
27 "description": "Programmatic access to YouTube features.", | 27 "description": "Programmatic access to YouTube features.", |
28 "discoveryVersion": "v1", | 28 "discoveryVersion": "v1", |
29 "documentationLink": "https://developers.google.com/youtube/v3", | 29 "documentationLink": "https://developers.google.com/youtube/v3", |
30 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/zFXBHo_XoP3u5i4h1cV-J_NP6rE\"", | 30 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/BNAEvscDvyjuuQJV9l3B3Bhfhag\"", |
31 "icons": { | 31 "icons": { |
32 "x16": "https://www.google.com/images/icons/product/youtube-16.png", | 32 "x16": "https://www.google.com/images/icons/product/youtube-16.png", |
33 "x32": "https://www.google.com/images/icons/product/youtube-32.png" | 33 "x32": "https://www.google.com/images/icons/product/youtube-32.png" |
34 }, | 34 }, |
35 "id": "youtube:v3", | 35 "id": "youtube:v3", |
36 "kind": "discovery#restDescription", | 36 "kind": "discovery#restDescription", |
37 "name": "youtube", | 37 "name": "youtube", |
38 "ownerDomain": "google.com", | 38 "ownerDomain": "google.com", |
39 "ownerName": "Google", | 39 "ownerName": "Google", |
40 "parameters": { | 40 "parameters": { |
(...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2318 }, | 2318 }, |
2319 "path": "watermarks/unset", | 2319 "path": "watermarks/unset", |
2320 "scopes": [ | 2320 "scopes": [ |
2321 "https://www.googleapis.com/auth/youtube", | 2321 "https://www.googleapis.com/auth/youtube", |
2322 "https://www.googleapis.com/auth/youtubepartner" | 2322 "https://www.googleapis.com/auth/youtubepartner" |
2323 ] | 2323 ] |
2324 } | 2324 } |
2325 } | 2325 } |
2326 } | 2326 } |
2327 }, | 2327 }, |
2328 "revision": "20141119", | 2328 "revision": "20141207", |
2329 "rootUrl": "https://www.googleapis.com/", | 2329 "rootUrl": "https://www.googleapis.com/", |
2330 "schemas": { | 2330 "schemas": { |
2331 "AccessPolicy": { | 2331 "AccessPolicy": { |
2332 "description": "Rights management policy for YouTube resources.", | 2332 "description": "Rights management policy for YouTube resources.", |
2333 "id": "AccessPolicy", | 2333 "id": "AccessPolicy", |
2334 "properties": { | 2334 "properties": { |
2335 "allowed": { | 2335 "allowed": { |
2336 "description": "The value of allowed indicates whether the a
ccess to the policy is allowed or denied by default.", | 2336 "description": "The value of allowed indicates whether the a
ccess to the policy is allowed or denied by default.", |
2337 "type": "boolean" | 2337 "type": "boolean" |
2338 }, | 2338 }, |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2840 }, | 2840 }, |
2841 "invideoPromotion": { | 2841 "invideoPromotion": { |
2842 "$ref": "InvideoPromotion", | 2842 "$ref": "InvideoPromotion", |
2843 "description": "The invideoPromotion object encapsulates inf
ormation about promotion campaign associated with the channel." | 2843 "description": "The invideoPromotion object encapsulates inf
ormation about promotion campaign associated with the channel." |
2844 }, | 2844 }, |
2845 "kind": { | 2845 "kind": { |
2846 "default": "youtube#channel", | 2846 "default": "youtube#channel", |
2847 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"youtube#channel\".", | 2847 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"youtube#channel\".", |
2848 "type": "string" | 2848 "type": "string" |
2849 }, | 2849 }, |
| 2850 "localizations": { |
| 2851 "additionalProperties": { |
| 2852 "$ref": "ChannelLocalization", |
| 2853 "description": "The language tag, using string since map
_key require simple types." |
| 2854 }, |
| 2855 "description": "Localizations for different languages", |
| 2856 "type": "object" |
| 2857 }, |
2850 "snippet": { | 2858 "snippet": { |
2851 "$ref": "ChannelSnippet", | 2859 "$ref": "ChannelSnippet", |
2852 "description": "The snippet object contains basic details ab
out the channel, such as its title, description, and thumbnail images." | 2860 "description": "The snippet object contains basic details ab
out the channel, such as its title, description, and thumbnail images." |
2853 }, | 2861 }, |
2854 "statistics": { | 2862 "statistics": { |
2855 "$ref": "ChannelStatistics", | 2863 "$ref": "ChannelStatistics", |
2856 "description": "The statistics object encapsulates statistic
s for the channel." | 2864 "description": "The statistics object encapsulates statistic
s for the channel." |
2857 }, | 2865 }, |
2858 "status": { | 2866 "status": { |
2859 "$ref": "ChannelStatus", | 2867 "$ref": "ChannelStatus", |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3063 "tokenPagination": { | 3071 "tokenPagination": { |
3064 "$ref": "TokenPagination" | 3072 "$ref": "TokenPagination" |
3065 }, | 3073 }, |
3066 "visitorId": { | 3074 "visitorId": { |
3067 "description": "The visitorId identifies the visitor.", | 3075 "description": "The visitorId identifies the visitor.", |
3068 "type": "string" | 3076 "type": "string" |
3069 } | 3077 } |
3070 }, | 3078 }, |
3071 "type": "object" | 3079 "type": "object" |
3072 }, | 3080 }, |
| 3081 "ChannelLocalization": { |
| 3082 "description": "Channel localization setting", |
| 3083 "id": "ChannelLocalization", |
| 3084 "properties": { |
| 3085 "description": { |
| 3086 "description": "The localized strings for channel's descript
ion.", |
| 3087 "type": "string" |
| 3088 }, |
| 3089 "title": { |
| 3090 "description": "The localized strings for channel's title, r
ead-only.", |
| 3091 "type": "string" |
| 3092 } |
| 3093 }, |
| 3094 "type": "object" |
| 3095 }, |
3073 "ChannelSection": { | 3096 "ChannelSection": { |
3074 "description": "TODO(lxz) follow up with adiamondstein@ to fullfill
the doc before deploying", | 3097 "description": "TODO(lxz) follow up with adiamondstein@ to fullfill
the doc before deploying", |
3075 "id": "ChannelSection", | 3098 "id": "ChannelSection", |
3076 "properties": { | 3099 "properties": { |
3077 "contentDetails": { | 3100 "contentDetails": { |
3078 "$ref": "ChannelSectionContentDetails", | 3101 "$ref": "ChannelSectionContentDetails", |
3079 "description": "The contentDetails object contains details a
bout the ChannelSection content, such as playlists and channels." | 3102 "description": "The contentDetails object contains details a
bout the ChannelSection content, such as playlists and channels." |
3080 }, | 3103 }, |
3081 "etag": { | 3104 "etag": { |
3082 "description": "Etag of this resource.", | 3105 "description": "Etag of this resource.", |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3222 ], | 3245 ], |
3223 "type": "string" | 3246 "type": "string" |
3224 } | 3247 } |
3225 }, | 3248 }, |
3226 "type": "object" | 3249 "type": "object" |
3227 }, | 3250 }, |
3228 "ChannelSettings": { | 3251 "ChannelSettings": { |
3229 "description": "Branding properties for the channel view.", | 3252 "description": "Branding properties for the channel view.", |
3230 "id": "ChannelSettings", | 3253 "id": "ChannelSettings", |
3231 "properties": { | 3254 "properties": { |
| 3255 "defaultLanguage": { |
| 3256 "type": "string" |
| 3257 }, |
3232 "defaultTab": { | 3258 "defaultTab": { |
3233 "description": "Which content tab users should see when view
ing the channel.", | 3259 "description": "Which content tab users should see when view
ing the channel.", |
3234 "type": "string" | 3260 "type": "string" |
3235 }, | 3261 }, |
3236 "description": { | 3262 "description": { |
3237 "description": "Specifies the channel description.", | 3263 "description": "Specifies the channel description.", |
3238 "type": "string" | 3264 "type": "string" |
3239 }, | 3265 }, |
3240 "featuredChannelsTitle": { | 3266 "featuredChannelsTitle": { |
3241 "description": "Title for the featured channels tab.", | 3267 "description": "Title for the featured channels tab.", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3280 "description": "The trailer of the channel, for users that a
re not subscribers.", | 3306 "description": "The trailer of the channel, for users that a
re not subscribers.", |
3281 "type": "string" | 3307 "type": "string" |
3282 } | 3308 } |
3283 }, | 3309 }, |
3284 "type": "object" | 3310 "type": "object" |
3285 }, | 3311 }, |
3286 "ChannelSnippet": { | 3312 "ChannelSnippet": { |
3287 "description": "Basic details about a channel, including title, desc
ription and thumbnails.", | 3313 "description": "Basic details about a channel, including title, desc
ription and thumbnails.", |
3288 "id": "ChannelSnippet", | 3314 "id": "ChannelSnippet", |
3289 "properties": { | 3315 "properties": { |
| 3316 "defaultLanguage": { |
| 3317 "description": "The language of the channel's default title
and description.", |
| 3318 "type": "string" |
| 3319 }, |
3290 "description": { | 3320 "description": { |
3291 "description": "The description of the channel.", | 3321 "description": "The description of the channel.", |
3292 "type": "string" | 3322 "type": "string" |
3293 }, | 3323 }, |
| 3324 "localized": { |
| 3325 "$ref": "ChannelLocalization", |
| 3326 "description": "Localized title and description, read-only." |
| 3327 }, |
3294 "publishedAt": { | 3328 "publishedAt": { |
3295 "description": "The date and time that the channel was creat
ed. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.", | 3329 "description": "The date and time that the channel was creat
ed. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.", |
3296 "format": "date-time", | 3330 "format": "date-time", |
3297 "type": "string" | 3331 "type": "string" |
3298 }, | 3332 }, |
3299 "thumbnails": { | 3333 "thumbnails": { |
3300 "$ref": "ThumbnailDetails", | 3334 "$ref": "ThumbnailDetails", |
3301 "description": "A map of thumbnail images associated with th
e channel. For each object in the map, the key is the name of the thumbnail imag
e, and the value is an object that contains other information about the thumbnai
l." | 3335 "description": "A map of thumbnail images associated with th
e channel. For each object in the map, the key is the name of the thumbnail imag
e, and the value is an object that contains other information about the thumbnai
l." |
3302 }, | 3336 }, |
3303 "title": { | 3337 "title": { |
(...skipping 1896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5200 ], | 5234 ], |
5201 "enumDescriptions": [ | 5235 "enumDescriptions": [ |
5202 "", | 5236 "", |
5203 "" | 5237 "" |
5204 ], | 5238 ], |
5205 "type": "string" | 5239 "type": "string" |
5206 } | 5240 } |
5207 }, | 5241 }, |
5208 "type": "object" | 5242 "type": "object" |
5209 }, | 5243 }, |
| 5244 "LanguageTag": { |
| 5245 "id": "LanguageTag", |
| 5246 "properties": { |
| 5247 "value": { |
| 5248 "type": "string" |
| 5249 } |
| 5250 }, |
| 5251 "type": "object" |
| 5252 }, |
5210 "LiveBroadcast": { | 5253 "LiveBroadcast": { |
5211 "description": "A liveBroadcast resource represents an event that wi
ll be streamed, via live video, on YouTube.", | 5254 "description": "A liveBroadcast resource represents an event that wi
ll be streamed, via live video, on YouTube.", |
5212 "id": "LiveBroadcast", | 5255 "id": "LiveBroadcast", |
5213 "properties": { | 5256 "properties": { |
5214 "contentDetails": { | 5257 "contentDetails": { |
5215 "$ref": "LiveBroadcastContentDetails", | 5258 "$ref": "LiveBroadcastContentDetails", |
5216 "description": "The contentDetails object contains informati
on about the event's video content, such as whether the content can be shown in
an embedded video player or if it will be archived and therefore available for v
iewing after the event has concluded." | 5259 "description": "The contentDetails object contains informati
on about the event's video content, such as whether the content can be shown in
an embedded video player or if it will be archived and therefore available for v
iewing after the event has concluded." |
5217 }, | 5260 }, |
5218 "etag": { | 5261 "etag": { |
5219 "description": "Etag of this resource.", | 5262 "description": "Etag of this resource.", |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5648 "", | 5691 "", |
5649 "", | 5692 "", |
5650 "" | 5693 "" |
5651 ], | 5694 ], |
5652 "type": "string" | 5695 "type": "string" |
5653 } | 5696 } |
5654 }, | 5697 }, |
5655 "type": "object" | 5698 "type": "object" |
5656 }, | 5699 }, |
5657 "LocalizedProperty": { | 5700 "LocalizedProperty": { |
5658 "description": "Represent a property available in different language
s.", | |
5659 "id": "LocalizedProperty", | 5701 "id": "LocalizedProperty", |
5660 "properties": { | 5702 "properties": { |
5661 "default": { | 5703 "default": { |
5662 "description": "Default value for the localized property.", | |
5663 "type": "string" | 5704 "type": "string" |
5664 }, | 5705 }, |
| 5706 "defaultLanguage": { |
| 5707 "$ref": "LanguageTag", |
| 5708 "description": "The language of the default property." |
| 5709 }, |
5665 "localized": { | 5710 "localized": { |
5666 "description": "The localized values.", | |
5667 "items": { | 5711 "items": { |
5668 "$ref": "LocalizedString" | 5712 "$ref": "LocalizedString" |
5669 }, | 5713 }, |
5670 "type": "array" | 5714 "type": "array" |
5671 } | 5715 } |
5672 }, | 5716 }, |
5673 "type": "object" | 5717 "type": "object" |
5674 }, | 5718 }, |
5675 "LocalizedString": { | 5719 "LocalizedString": { |
5676 "description": "A localized string.", | |
5677 "id": "LocalizedString", | 5720 "id": "LocalizedString", |
5678 "properties": { | 5721 "properties": { |
5679 "language": { | 5722 "language": { |
5680 "description": "Language associated to this value.", | |
5681 "type": "string" | 5723 "type": "string" |
5682 }, | 5724 }, |
5683 "value": { | 5725 "value": { |
5684 "description": "Value of the property.", | |
5685 "type": "string" | 5726 "type": "string" |
5686 } | 5727 } |
5687 }, | 5728 }, |
5688 "type": "object" | 5729 "type": "object" |
5689 }, | 5730 }, |
5690 "MonitorStreamInfo": { | 5731 "MonitorStreamInfo": { |
5691 "description": "Settings and Info of the monitor stream", | 5732 "description": "Settings and Info of the monitor stream", |
5692 "id": "MonitorStreamInfo", | 5733 "id": "MonitorStreamInfo", |
5693 "properties": { | 5734 "properties": { |
5694 "broadcastStreamDelayMs": { | 5735 "broadcastStreamDelayMs": { |
(...skipping 1937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7632 "type": "string" | 7673 "type": "string" |
7633 } | 7674 } |
7634 }, | 7675 }, |
7635 "type": "object" | 7676 "type": "object" |
7636 } | 7677 } |
7637 }, | 7678 }, |
7638 "servicePath": "youtube/v3/", | 7679 "servicePath": "youtube/v3/", |
7639 "title": "YouTube Data API", | 7680 "title": "YouTube Data API", |
7640 "version": "v3" | 7681 "version": "v3" |
7641 } | 7682 } |
OLD | NEW |