update all json files

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

View File

@@ -33,12 +33,14 @@
"description": "Reads and writes Google Slides presentations.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/slides/",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"id": "slides:v1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://slides.mtls.googleapis.com/",
"name": "slides",
"ownerDomain": "google.com",
"ownerName": "Google",
@@ -302,7 +304,7 @@
}
}
},
"revision": "20190625",
"revision": "20200409",
"rootUrl": "https://slides.googleapis.com/",
"schemas": {
"AffineTransform": {
@@ -2129,7 +2131,7 @@
"properties": {
"colorScheme": {
"$ref": "ColorScheme",
"description": "The color scheme of the page. If unset, the color scheme is inherited from\na parent page. If the page has no parent, the color scheme uses a default\nSlides color scheme, matching the defaults in the Slides editor. Only the\nconcrete colors of the first 12 ThemeColorTypes are editable. To update the field,\na color scheme containing mappings from all the first 12 ThemeColorTypes to\ntheir concrete colors must be provided."
"description": "The color scheme of the page. If unset, the color scheme is inherited from\na parent page. If the page has no parent, the color scheme uses a default\nSlides color scheme, matching the defaults in the Slides editor.\n\nOnly the concrete colors of the first 12 ThemeColorTypes are editable. In addition, only\nthe color scheme on `Master` pages can be updated. To update the field, a\ncolor scheme containing mappings from all the first 12 ThemeColorTypes to\ntheir concrete colors must be provided. Colors for the remaining\nThemeColorTypes will be ignored."
},
"pageBackgroundFill": {
"$ref": "PageBackgroundFill",
@@ -2625,7 +2627,7 @@
"type": "string"
},
"url": {
"description": "The URL of the new image.\n\nThe image is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Images must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF\nformat.\n\nThe provided URL can be at most 2 kB in length. The URL itself is saved\nwith the image, and exposed via the Image.source_url field.",
"description": "The image URL.\n\nThe image is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Images must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF\nformat.\n\nThe provided URL can be at most 2 kB in length. The URL itself is saved\nwith the image, and exposed via the Image.source_url field.",
"type": "string"
}
},