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.force-ssl": { | 8 "https://www.googleapis.com/auth/youtube.force-ssl": { |
9 "description": "Manage your YouTube account" | 9 "description": "Manage your YouTube account" |
10 }, | 10 }, |
(...skipping 12 matching lines...) Expand all Loading... |
23 } | 23 } |
24 } | 24 } |
25 }, | 25 }, |
26 "basePath": "/youtube/v3/", | 26 "basePath": "/youtube/v3/", |
27 "baseUrl": "https://www.googleapis.com/youtube/v3/", | 27 "baseUrl": "https://www.googleapis.com/youtube/v3/", |
28 "batchPath": "batch", | 28 "batchPath": "batch", |
29 "canonicalName": "YouTube", | 29 "canonicalName": "YouTube", |
30 "description": "Supports core YouTube features, such as uploading videos, cr
eating and managing playlists, searching for content, and much more.", | 30 "description": "Supports core YouTube features, such as uploading videos, cr
eating and managing playlists, searching for content, and much more.", |
31 "discoveryVersion": "v1", | 31 "discoveryVersion": "v1", |
32 "documentationLink": "https://developers.google.com/youtube/v3", | 32 "documentationLink": "https://developers.google.com/youtube/v3", |
33 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/4auVy5GLotTS3CICB9zLFhVaxUM\"", | 33 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/f81k8b4sv9uLeywfoj2KpL2xcPg\"", |
34 "icons": { | 34 "icons": { |
35 "x16": "https://www.google.com/images/icons/product/youtube-16.png", | 35 "x16": "https://www.google.com/images/icons/product/youtube-16.png", |
36 "x32": "https://www.google.com/images/icons/product/youtube-32.png" | 36 "x32": "https://www.google.com/images/icons/product/youtube-32.png" |
37 }, | 37 }, |
38 "id": "youtube:v3", | 38 "id": "youtube:v3", |
39 "kind": "discovery#restDescription", | 39 "kind": "discovery#restDescription", |
40 "name": "youtube", | 40 "name": "youtube", |
41 "ownerDomain": "google.com", | 41 "ownerDomain": "google.com", |
42 "ownerName": "Google", | 42 "ownerName": "Google", |
43 "parameters": { | 43 "parameters": { |
(...skipping 2882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2926 }, | 2926 }, |
2927 "scopes": [ | 2927 "scopes": [ |
2928 "https://www.googleapis.com/auth/youtube", | 2928 "https://www.googleapis.com/auth/youtube", |
2929 "https://www.googleapis.com/auth/youtube.force-ssl", | 2929 "https://www.googleapis.com/auth/youtube.force-ssl", |
2930 "https://www.googleapis.com/auth/youtube.readonly", | 2930 "https://www.googleapis.com/auth/youtube.readonly", |
2931 "https://www.googleapis.com/auth/youtubepartner" | 2931 "https://www.googleapis.com/auth/youtubepartner" |
2932 ] | 2932 ] |
2933 } | 2933 } |
2934 } | 2934 } |
2935 }, | 2935 }, |
| 2936 "superChatEvents": { |
| 2937 "methods": { |
| 2938 "list": { |
| 2939 "description": "Lists Super Chat events for a channel.", |
| 2940 "httpMethod": "GET", |
| 2941 "id": "youtube.superChatEvents.list", |
| 2942 "parameterOrder": [ |
| 2943 "part" |
| 2944 ], |
| 2945 "parameters": { |
| 2946 "hl": { |
| 2947 "description": "The hl parameter instructs the API t
o retrieve localized resource metadata for a specific application language that
the YouTube website supports. The parameter value must be a language code includ
ed in the list returned by the i18nLanguages.list method.\n\nIf localized resour
ce details are available in that language, the resource's snippet.localized obje
ct will contain the localized values. However, if localized details are not avai
lable, the snippet.localized object will contain resource details in the resourc
e's default language.", |
| 2948 "location": "query", |
| 2949 "type": "string" |
| 2950 }, |
| 2951 "maxResults": { |
| 2952 "default": "5", |
| 2953 "description": "The maxResults parameter specifies t
he maximum number of items that should be returned in the result set.", |
| 2954 "format": "uint32", |
| 2955 "location": "query", |
| 2956 "maximum": "50", |
| 2957 "minimum": "0", |
| 2958 "type": "integer" |
| 2959 }, |
| 2960 "pageToken": { |
| 2961 "description": "The pageToken parameter identifies a
specific page in the result set that should be returned. In an API response, th
e nextPageToken and prevPageToken properties identify other pages that could be
retrieved.", |
| 2962 "location": "query", |
| 2963 "type": "string" |
| 2964 }, |
| 2965 "part": { |
| 2966 "description": "The part parameter specifies the sup
erChatEvent resource parts that the API response will include. Supported values
are id and snippet.", |
| 2967 "location": "query", |
| 2968 "required": true, |
| 2969 "type": "string" |
| 2970 } |
| 2971 }, |
| 2972 "path": "superChatEvents", |
| 2973 "response": { |
| 2974 "$ref": "SuperChatEventListResponse" |
| 2975 }, |
| 2976 "scopes": [ |
| 2977 "https://www.googleapis.com/auth/youtube", |
| 2978 "https://www.googleapis.com/auth/youtube.force-ssl", |
| 2979 "https://www.googleapis.com/auth/youtube.readonly" |
| 2980 ] |
| 2981 } |
| 2982 } |
| 2983 }, |
2936 "thumbnails": { | 2984 "thumbnails": { |
2937 "methods": { | 2985 "methods": { |
2938 "set": { | 2986 "set": { |
2939 "description": "Uploads a custom video thumbnail to YouTube
and sets it for a video.", | 2987 "description": "Uploads a custom video thumbnail to YouTube
and sets it for a video.", |
2940 "httpMethod": "POST", | 2988 "httpMethod": "POST", |
2941 "id": "youtube.thumbnails.set", | 2989 "id": "youtube.thumbnails.set", |
2942 "mediaUpload": { | 2990 "mediaUpload": { |
2943 "accept": [ | 2991 "accept": [ |
2944 "application/octet-stream", | 2992 "application/octet-stream", |
2945 "image/jpeg", | 2993 "image/jpeg", |
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3481 "path": "watermarks/unset", | 3529 "path": "watermarks/unset", |
3482 "scopes": [ | 3530 "scopes": [ |
3483 "https://www.googleapis.com/auth/youtube", | 3531 "https://www.googleapis.com/auth/youtube", |
3484 "https://www.googleapis.com/auth/youtube.force-ssl", | 3532 "https://www.googleapis.com/auth/youtube.force-ssl", |
3485 "https://www.googleapis.com/auth/youtubepartner" | 3533 "https://www.googleapis.com/auth/youtubepartner" |
3486 ] | 3534 ] |
3487 } | 3535 } |
3488 } | 3536 } |
3489 } | 3537 } |
3490 }, | 3538 }, |
3491 "revision": "20161202", | 3539 "revision": "20170130", |
3492 "rootUrl": "https://www.googleapis.com/", | 3540 "rootUrl": "https://www.googleapis.com/", |
3493 "schemas": { | 3541 "schemas": { |
3494 "AccessPolicy": { | 3542 "AccessPolicy": { |
3495 "description": "Rights management policy for YouTube resources.", | 3543 "description": "Rights management policy for YouTube resources.", |
3496 "id": "AccessPolicy", | 3544 "id": "AccessPolicy", |
3497 "properties": { | 3545 "properties": { |
3498 "allowed": { | 3546 "allowed": { |
3499 "description": "The value of allowed indicates whether the a
ccess to the policy is allowed or denied by default.", | 3547 "description": "The value of allowed indicates whether the a
ccess to the policy is allowed or denied by default.", |
3500 "type": "boolean" | 3548 "type": "boolean" |
3501 }, | 3549 }, |
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4871 ], | 4919 ], |
4872 "type": "string" | 4920 "type": "string" |
4873 } | 4921 } |
4874 }, | 4922 }, |
4875 "type": "object" | 4923 "type": "object" |
4876 }, | 4924 }, |
4877 "ChannelTopicDetails": { | 4925 "ChannelTopicDetails": { |
4878 "description": "Freebase topic information related to the channel.", | 4926 "description": "Freebase topic information related to the channel.", |
4879 "id": "ChannelTopicDetails", | 4927 "id": "ChannelTopicDetails", |
4880 "properties": { | 4928 "properties": { |
| 4929 "topicCategories": { |
| 4930 "description": "A list of Wikipedia URLs that describe the c
hannel's content.", |
| 4931 "items": { |
| 4932 "type": "string" |
| 4933 }, |
| 4934 "type": "array" |
| 4935 }, |
4881 "topicIds": { | 4936 "topicIds": { |
4882 "description": "A list of Freebase topic IDs associated with
the channel. You can retrieve information about each topic using the Freebase T
opic API.", | 4937 "description": "A list of Freebase topic IDs associated with
the channel. You can retrieve information about each topic using the Freebase T
opic API.", |
4883 "items": { | 4938 "items": { |
4884 "type": "string" | 4939 "type": "string" |
4885 }, | 4940 }, |
4886 "type": "array" | 4941 "type": "array" |
4887 } | 4942 } |
4888 }, | 4943 }, |
4889 "type": "object" | 4944 "type": "object" |
4890 }, | 4945 }, |
(...skipping 2953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7844 "retractedMessageId": { | 7899 "retractedMessageId": { |
7845 "type": "string" | 7900 "type": "string" |
7846 } | 7901 } |
7847 }, | 7902 }, |
7848 "type": "object" | 7903 "type": "object" |
7849 }, | 7904 }, |
7850 "LiveChatMessageSnippet": { | 7905 "LiveChatMessageSnippet": { |
7851 "id": "LiveChatMessageSnippet", | 7906 "id": "LiveChatMessageSnippet", |
7852 "properties": { | 7907 "properties": { |
7853 "authorChannelId": { | 7908 "authorChannelId": { |
7854 "description": "The ID of the user that authored this messag
e, this field is not always filled. textMessageEvent - the user that wrote the m
essage fanFundingEvent - the user that funded the broadcast newSponsorEvent - th
e user that just became a sponsor messageDeletedEvent - the moderator that took
the action messageRetractedEvent - the author that retracted their message userB
annedEvent - the moderator that took the action", | 7909 "description": "The ID of the user that authored this messag
e, this field is not always filled. textMessageEvent - the user that wrote the m
essage fanFundingEvent - the user that funded the broadcast newSponsorEvent - th
e user that just became a sponsor messageDeletedEvent - the moderator that took
the action messageRetractedEvent - the author that retracted their message userB
annedEvent - the moderator that took the action superChatEvent - the user that m
ade the purchase", |
7855 "type": "string" | 7910 "type": "string" |
7856 }, | 7911 }, |
7857 "displayMessage": { | 7912 "displayMessage": { |
7858 "description": "Contains a string that can be displayed to t
he user. If this field is not present the message is silent, at the moment only
messages of type TOMBSTONE and CHAT_ENDED_EVENT are silent.", | 7913 "description": "Contains a string that can be displayed to t
he user. If this field is not present the message is silent, at the moment only
messages of type TOMBSTONE and CHAT_ENDED_EVENT are silent.", |
7859 "type": "string" | 7914 "type": "string" |
7860 }, | 7915 }, |
7861 "fanFundingEventDetails": { | 7916 "fanFundingEventDetails": { |
7862 "$ref": "LiveChatFanFundingEventDetails", | 7917 "$ref": "LiveChatFanFundingEventDetails", |
7863 "description": "Details about the funding event, this is onl
y set if the type is 'fanFundingEvent'." | 7918 "description": "Details about the funding event, this is onl
y set if the type is 'fanFundingEvent'." |
7864 }, | 7919 }, |
(...skipping 20 matching lines...) Expand all Loading... |
7885 "$ref": "LiveChatPollOpenedDetails" | 7940 "$ref": "LiveChatPollOpenedDetails" |
7886 }, | 7941 }, |
7887 "pollVotedDetails": { | 7942 "pollVotedDetails": { |
7888 "$ref": "LiveChatPollVotedDetails" | 7943 "$ref": "LiveChatPollVotedDetails" |
7889 }, | 7944 }, |
7890 "publishedAt": { | 7945 "publishedAt": { |
7891 "description": "The date and time when the message was orign
ally published. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) form
at.", | 7946 "description": "The date and time when the message was orign
ally published. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) form
at.", |
7892 "format": "date-time", | 7947 "format": "date-time", |
7893 "type": "string" | 7948 "type": "string" |
7894 }, | 7949 }, |
| 7950 "superChatDetails": { |
| 7951 "$ref": "LiveChatSuperChatDetails", |
| 7952 "description": "Details about the Super Chat event, this is
only set if the type is 'superChatEvent'." |
| 7953 }, |
7895 "textMessageDetails": { | 7954 "textMessageDetails": { |
7896 "$ref": "LiveChatTextMessageDetails", | 7955 "$ref": "LiveChatTextMessageDetails", |
7897 "description": "Details about the text message, this is only
set if the type is 'textMessageEvent'." | 7956 "description": "Details about the text message, this is only
set if the type is 'textMessageEvent'." |
7898 }, | 7957 }, |
7899 "type": { | 7958 "type": { |
7900 "description": "The type of message, this will always be pre
sent, it determines the contents of the message as well as which fields will be
present.", | 7959 "description": "The type of message, this will always be pre
sent, it determines the contents of the message as well as which fields will be
present.", |
7901 "enum": [ | 7960 "enum": [ |
7902 "chatEndedEvent", | 7961 "chatEndedEvent", |
7903 "fanFundingEvent", | 7962 "fanFundingEvent", |
7904 "messageDeletedEvent", | 7963 "messageDeletedEvent", |
7905 "messageRetractedEvent", | 7964 "messageRetractedEvent", |
7906 "newSponsorEvent", | 7965 "newSponsorEvent", |
7907 "pollClosedEvent", | 7966 "pollClosedEvent", |
7908 "pollEditedEvent", | 7967 "pollEditedEvent", |
7909 "pollOpenedEvent", | 7968 "pollOpenedEvent", |
7910 "pollVotedEvent", | 7969 "pollVotedEvent", |
7911 "sponsorOnlyModeEndedEvent", | 7970 "sponsorOnlyModeEndedEvent", |
7912 "sponsorOnlyModeStartedEvent", | 7971 "sponsorOnlyModeStartedEvent", |
| 7972 "superChatEvent", |
7913 "textMessageEvent", | 7973 "textMessageEvent", |
7914 "tombstone", | 7974 "tombstone", |
7915 "userBannedEvent" | 7975 "userBannedEvent" |
7916 ], | 7976 ], |
7917 "enumDescriptions": [ | 7977 "enumDescriptions": [ |
7918 "", | 7978 "", |
7919 "", | 7979 "", |
7920 "", | 7980 "", |
7921 "", | 7981 "", |
7922 "", | 7982 "", |
7923 "", | 7983 "", |
7924 "", | 7984 "", |
7925 "", | 7985 "", |
7926 "", | 7986 "", |
7927 "", | 7987 "", |
7928 "", | 7988 "", |
7929 "", | 7989 "", |
7930 "", | 7990 "", |
| 7991 "", |
7931 "" | 7992 "" |
7932 ], | 7993 ], |
7933 "type": "string" | 7994 "type": "string" |
7934 }, | 7995 }, |
7935 "userBannedDetails": { | 7996 "userBannedDetails": { |
7936 "$ref": "LiveChatUserBannedMessageDetails" | 7997 "$ref": "LiveChatUserBannedMessageDetails" |
7937 } | 7998 } |
7938 }, | 7999 }, |
7939 "type": "object" | 8000 "type": "object" |
7940 }, | 8001 }, |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8086 "description": "The poll item the user chose.", | 8147 "description": "The poll item the user chose.", |
8087 "type": "string" | 8148 "type": "string" |
8088 }, | 8149 }, |
8089 "pollId": { | 8150 "pollId": { |
8090 "description": "The poll the user voted on.", | 8151 "description": "The poll the user voted on.", |
8091 "type": "string" | 8152 "type": "string" |
8092 } | 8153 } |
8093 }, | 8154 }, |
8094 "type": "object" | 8155 "type": "object" |
8095 }, | 8156 }, |
| 8157 "LiveChatSuperChatDetails": { |
| 8158 "id": "LiveChatSuperChatDetails", |
| 8159 "properties": { |
| 8160 "amountDisplayString": { |
| 8161 "description": "A rendered string that displays the fund amo
unt and currency to the user.", |
| 8162 "type": "string" |
| 8163 }, |
| 8164 "amountMicros": { |
| 8165 "description": "The amount purchased by the user, in micros
(1,750,000 micros = 1.75).", |
| 8166 "format": "uint64", |
| 8167 "type": "string" |
| 8168 }, |
| 8169 "currency": { |
| 8170 "description": "The currency in which the purchase was made.
", |
| 8171 "type": "string" |
| 8172 }, |
| 8173 "tier": { |
| 8174 "description": "The tier in which the amount belongs to. Low
er amounts belong to lower tiers. Starts at 1.", |
| 8175 "format": "uint32", |
| 8176 "type": "integer" |
| 8177 }, |
| 8178 "userComment": { |
| 8179 "description": "The comment added by the user to this Super
Chat event.", |
| 8180 "type": "string" |
| 8181 } |
| 8182 }, |
| 8183 "type": "object" |
| 8184 }, |
8096 "LiveChatTextMessageDetails": { | 8185 "LiveChatTextMessageDetails": { |
8097 "id": "LiveChatTextMessageDetails", | 8186 "id": "LiveChatTextMessageDetails", |
8098 "properties": { | 8187 "properties": { |
8099 "messageText": { | 8188 "messageText": { |
8100 "description": "The user's message.", | 8189 "description": "The user's message.", |
8101 "type": "string" | 8190 "type": "string" |
8102 } | 8191 } |
8103 }, | 8192 }, |
8104 "type": "object" | 8193 "type": "object" |
8105 }, | 8194 }, |
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9340 "$ref": "ThumbnailDetails", | 9429 "$ref": "ThumbnailDetails", |
9341 "description": "Thumbnails for this subscriber." | 9430 "description": "Thumbnails for this subscriber." |
9342 }, | 9431 }, |
9343 "title": { | 9432 "title": { |
9344 "description": "The title of the subscriber.", | 9433 "description": "The title of the subscriber.", |
9345 "type": "string" | 9434 "type": "string" |
9346 } | 9435 } |
9347 }, | 9436 }, |
9348 "type": "object" | 9437 "type": "object" |
9349 }, | 9438 }, |
| 9439 "SuperChatEvent": { |
| 9440 "description": "A superChatEvent resource represents a Super Chat pu
rchase on a YouTube channel.", |
| 9441 "id": "SuperChatEvent", |
| 9442 "properties": { |
| 9443 "etag": { |
| 9444 "description": "Etag of this resource.", |
| 9445 "type": "string" |
| 9446 }, |
| 9447 "id": { |
| 9448 "description": "The ID that YouTube assigns to uniquely iden
tify the Super Chat event.", |
| 9449 "type": "string" |
| 9450 }, |
| 9451 "kind": { |
| 9452 "default": "youtube#superChatEvent", |
| 9453 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"youtube#superChatEvent\".", |
| 9454 "type": "string" |
| 9455 }, |
| 9456 "snippet": { |
| 9457 "$ref": "SuperChatEventSnippet", |
| 9458 "description": "The snippet object contains basic details ab
out the Super Chat event." |
| 9459 } |
| 9460 }, |
| 9461 "type": "object" |
| 9462 }, |
| 9463 "SuperChatEventListResponse": { |
| 9464 "id": "SuperChatEventListResponse", |
| 9465 "properties": { |
| 9466 "etag": { |
| 9467 "description": "Etag of this resource.", |
| 9468 "type": "string" |
| 9469 }, |
| 9470 "eventId": { |
| 9471 "description": "Serialized EventId of the request which prod
uced this response.", |
| 9472 "type": "string" |
| 9473 }, |
| 9474 "items": { |
| 9475 "description": "A list of Super Chat purchases that match th
e request criteria.", |
| 9476 "items": { |
| 9477 "$ref": "SuperChatEvent" |
| 9478 }, |
| 9479 "type": "array" |
| 9480 }, |
| 9481 "kind": { |
| 9482 "default": "youtube#superChatEventListResponse", |
| 9483 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"youtube#superChatEventListResponse\".", |
| 9484 "type": "string" |
| 9485 }, |
| 9486 "nextPageToken": { |
| 9487 "description": "The token that can be used as the value of t
he pageToken parameter to retrieve the next page in the result set.", |
| 9488 "type": "string" |
| 9489 }, |
| 9490 "pageInfo": { |
| 9491 "$ref": "PageInfo" |
| 9492 }, |
| 9493 "tokenPagination": { |
| 9494 "$ref": "TokenPagination" |
| 9495 }, |
| 9496 "visitorId": { |
| 9497 "description": "The visitorId identifies the visitor.", |
| 9498 "type": "string" |
| 9499 } |
| 9500 }, |
| 9501 "type": "object" |
| 9502 }, |
| 9503 "SuperChatEventSnippet": { |
| 9504 "id": "SuperChatEventSnippet", |
| 9505 "properties": { |
| 9506 "amountMicros": { |
| 9507 "description": "The purchase amount, in micros of the purcha
se currency. e.g., 1 is represented as 1000000.", |
| 9508 "format": "uint64", |
| 9509 "type": "string" |
| 9510 }, |
| 9511 "channelId": { |
| 9512 "description": "Channel id where the event occurred.", |
| 9513 "type": "string" |
| 9514 }, |
| 9515 "commentText": { |
| 9516 "description": "The text contents of the comment left by the
user.", |
| 9517 "type": "string" |
| 9518 }, |
| 9519 "createdAt": { |
| 9520 "description": "The date and time when the event occurred. T
he value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.", |
| 9521 "format": "date-time", |
| 9522 "type": "string" |
| 9523 }, |
| 9524 "currency": { |
| 9525 "description": "The currency in which the purchase was made.
ISO 4217.", |
| 9526 "type": "string" |
| 9527 }, |
| 9528 "displayString": { |
| 9529 "description": "A rendered string that displays the purchase
amount and currency (e.g., \"$1.00\"). The string is rendered for the given lan
guage.", |
| 9530 "type": "string" |
| 9531 }, |
| 9532 "messageType": { |
| 9533 "description": "The tier for the paid message, which is base
d on the amount of money spent to purchase the message.", |
| 9534 "format": "uint32", |
| 9535 "type": "integer" |
| 9536 }, |
| 9537 "supporterDetails": { |
| 9538 "$ref": "ChannelProfileDetails", |
| 9539 "description": "Details about the supporter." |
| 9540 } |
| 9541 }, |
| 9542 "type": "object" |
| 9543 }, |
9350 "Thumbnail": { | 9544 "Thumbnail": { |
9351 "description": "A thumbnail is an image representing a YouTube resou
rce.", | 9545 "description": "A thumbnail is an image representing a YouTube resou
rce.", |
9352 "id": "Thumbnail", | 9546 "id": "Thumbnail", |
9353 "properties": { | 9547 "properties": { |
9354 "height": { | 9548 "height": { |
9355 "description": "(Optional) Height of the thumbnail image.", | 9549 "description": "(Optional) Height of the thumbnail image.", |
9356 "format": "uint32", | 9550 "format": "uint32", |
9357 "type": "integer" | 9551 "type": "integer" |
9358 }, | 9552 }, |
9359 "url": { | 9553 "url": { |
(...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10530 }, | 10724 }, |
10531 "processingErrors": { | 10725 "processingErrors": { |
10532 "description": "A list of errors that will prevent YouTube f
rom successfully processing the uploaded video video. These errors indicate that
, regardless of the video's current processing status, eventually, that status w
ill almost certainly be failed.", | 10726 "description": "A list of errors that will prevent YouTube f
rom successfully processing the uploaded video video. These errors indicate that
, regardless of the video's current processing status, eventually, that status w
ill almost certainly be failed.", |
10533 "items": { | 10727 "items": { |
10534 "enum": [ | 10728 "enum": [ |
10535 "archiveFile", | 10729 "archiveFile", |
10536 "audioFile", | 10730 "audioFile", |
10537 "docFile", | 10731 "docFile", |
10538 "imageFile", | 10732 "imageFile", |
10539 "notAVideoFile", | 10733 "notAVideoFile", |
10540 "projectFile" | 10734 "projectFile", |
| 10735 "unsupportedSpatialAudioLayout" |
10541 ], | 10736 ], |
10542 "enumDescriptions": [ | 10737 "enumDescriptions": [ |
10543 "", | 10738 "", |
10544 "", | 10739 "", |
10545 "", | 10740 "", |
10546 "", | 10741 "", |
10547 "", | 10742 "", |
| 10743 "", |
10548 "" | 10744 "" |
10549 ], | 10745 ], |
10550 "type": "string" | 10746 "type": "string" |
10551 }, | 10747 }, |
10552 "type": "array" | 10748 "type": "array" |
10553 }, | 10749 }, |
10554 "processingHints": { | 10750 "processingHints": { |
10555 "description": "A list of suggestions that may improve YouTu
be's ability to process the video.", | 10751 "description": "A list of suggestions that may improve YouTu
be's ability to process the video.", |
10556 "items": { | 10752 "items": { |
10557 "enum": [ | 10753 "enum": [ |
10558 "nonStreamableMov", | 10754 "nonStreamableMov", |
10559 "procsesingHintSpatialAudio", | 10755 "sendBestQualityVideo", |
10560 "procsesingHintSphericalVideo", | 10756 "spatialAudio", |
10561 "sendBestQualityVideo" | 10757 "sphericalVideo", |
| 10758 "vrVideo" |
10562 ], | 10759 ], |
10563 "enumDescriptions": [ | 10760 "enumDescriptions": [ |
10564 "", | 10761 "", |
10565 "", | 10762 "", |
10566 "", | 10763 "", |
| 10764 "", |
10567 "" | 10765 "" |
10568 ], | 10766 ], |
10569 "type": "string" | 10767 "type": "string" |
10570 }, | 10768 }, |
10571 "type": "array" | 10769 "type": "array" |
10572 }, | 10770 }, |
10573 "processingWarnings": { | 10771 "processingWarnings": { |
10574 "description": "A list of reasons why YouTube may have diffi
culty transcoding the uploaded video or that might result in an erroneous transc
oding. These warnings are generated before YouTube actually processes the upload
ed video file. In addition, they identify issues that are unlikely to cause the
video processing to fail but that might cause problems such as sync issues, vide
o artifacts, or a missing audio track.", | 10772 "description": "A list of reasons why YouTube may have diffi
culty transcoding the uploaded video or that might result in an erroneous transc
oding. These warnings are generated before YouTube actually processes the upload
ed video file. In addition, they identify issues that are unlikely to cause the
video processing to fail but that might cause problems such as sync issues, vide
o artifacts, or a missing audio track.", |
10575 "items": { | 10773 "items": { |
10576 "enum": [ | 10774 "enum": [ |
10577 "hasEditlist", | 10775 "hasEditlist", |
10578 "inconsistentResolution", | 10776 "inconsistentResolution", |
10579 "problematicAudioCodec", | 10777 "problematicAudioCodec", |
10580 "problematicVideoCodec", | 10778 "problematicVideoCodec", |
10581 "unknownAudioCodec", | 10779 "unknownAudioCodec", |
10582 "unknownContainer", | 10780 "unknownContainer", |
10583 "unknownVideoCodec" | 10781 "unknownVideoCodec", |
| 10782 "unsupportedSphericalProjectionType", |
| 10783 "unsupportedVrStereoMode" |
10584 ], | 10784 ], |
10585 "enumDescriptions": [ | 10785 "enumDescriptions": [ |
10586 "", | 10786 "", |
10587 "", | 10787 "", |
10588 "", | 10788 "", |
10589 "", | 10789 "", |
10590 "", | 10790 "", |
10591 "", | 10791 "", |
| 10792 "", |
| 10793 "", |
10592 "" | 10794 "" |
10593 ], | 10795 ], |
10594 "type": "string" | 10796 "type": "string" |
10595 }, | 10797 }, |
10596 "type": "array" | 10798 "type": "array" |
10597 }, | 10799 }, |
10598 "tagSuggestions": { | 10800 "tagSuggestions": { |
10599 "description": "A list of keyword tags that could be added t
o the video's metadata to increase the likelihood that users will locate your vi
deo when searching or browsing on YouTube.", | 10801 "description": "A list of keyword tags that could be added t
o the video's metadata to increase the likelihood that users will locate your vi
deo when searching or browsing on YouTube.", |
10600 "items": { | 10802 "items": { |
10601 "$ref": "VideoSuggestionsTagSuggestion" | 10803 "$ref": "VideoSuggestionsTagSuggestion" |
(...skipping 25 matching lines...) Expand all Loading... |
10627 "description": "Freebase topic information related to the video.", | 10829 "description": "Freebase topic information related to the video.", |
10628 "id": "VideoTopicDetails", | 10830 "id": "VideoTopicDetails", |
10629 "properties": { | 10831 "properties": { |
10630 "relevantTopicIds": { | 10832 "relevantTopicIds": { |
10631 "description": "Similar to topic_id, except that these topic
s are merely relevant to the video. These are topics that may be mentioned in, o
r appear in the video. You can retrieve information about each topic using Freeb
ase Topic API.", | 10833 "description": "Similar to topic_id, except that these topic
s are merely relevant to the video. These are topics that may be mentioned in, o
r appear in the video. You can retrieve information about each topic using Freeb
ase Topic API.", |
10632 "items": { | 10834 "items": { |
10633 "type": "string" | 10835 "type": "string" |
10634 }, | 10836 }, |
10635 "type": "array" | 10837 "type": "array" |
10636 }, | 10838 }, |
| 10839 "topicCategories": { |
| 10840 "description": "A list of Wikipedia URLs that provide a high
-level description of the video's content.", |
| 10841 "items": { |
| 10842 "type": "string" |
| 10843 }, |
| 10844 "type": "array" |
| 10845 }, |
10637 "topicIds": { | 10846 "topicIds": { |
10638 "description": "A list of Freebase topic IDs that are centra
lly associated with the video. These are topics that are centrally featured in t
he video, and it can be said that the video is mainly about each of these. You c
an retrieve information about each topic using the Freebase Topic API.", | 10847 "description": "A list of Freebase topic IDs that are centra
lly associated with the video. These are topics that are centrally featured in t
he video, and it can be said that the video is mainly about each of these. You c
an retrieve information about each topic using the Freebase Topic API.", |
10639 "items": { | 10848 "items": { |
10640 "type": "string" | 10849 "type": "string" |
10641 }, | 10850 }, |
10642 "type": "array" | 10851 "type": "array" |
10643 } | 10852 } |
10644 }, | 10853 }, |
10645 "type": "object" | 10854 "type": "object" |
10646 }, | 10855 }, |
(...skipping 14 matching lines...) Expand all Loading... |
10661 "type": "string" | 10870 "type": "string" |
10662 } | 10871 } |
10663 }, | 10872 }, |
10664 "type": "object" | 10873 "type": "object" |
10665 } | 10874 } |
10666 }, | 10875 }, |
10667 "servicePath": "youtube/v3/", | 10876 "servicePath": "youtube/v3/", |
10668 "title": "YouTube Data API", | 10877 "title": "YouTube Data API", |
10669 "version": "v3" | 10878 "version": "v3" |
10670 } | 10879 } |
OLD | NEW |