| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/fusiontables": { | 5 "https://www.googleapis.com/auth/fusiontables": { |
| 6 "description": "Manage your Fusion Tables" | 6 "description": "Manage your Fusion Tables" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/fusiontables.readonly": { | 8 "https://www.googleapis.com/auth/fusiontables.readonly": { |
| 9 "description": "View your Fusion Tables" | 9 "description": "View your Fusion Tables" |
| 10 } | 10 } |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 }, | 13 }, |
| 14 "basePath": "/fusiontables/v2/", | 14 "basePath": "/fusiontables/v2/", |
| 15 "baseUrl": "https://www.googleapis.com/fusiontables/v2/", | 15 "baseUrl": "https://www.googleapis.com/fusiontables/v2/", |
| 16 "batchPath": "batch", | 16 "batchPath": "batch", |
| 17 "description": "API for working with Fusion Tables data.", | 17 "description": "API for working with Fusion Tables data.", |
| 18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
| 19 "documentationLink": "https://developers.google.com/fusiontables", | 19 "documentationLink": "https://developers.google.com/fusiontables", |
| 20 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/7I476Fm3E4XG346rD0zIQBKmwxU\"", | 20 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/kDVOG_nLeWEXUFYsMAXo19Rc6tI\"", |
| 21 "icons": { | 21 "icons": { |
| 22 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 22 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 23 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 23 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 24 }, | 24 }, |
| 25 "id": "fusiontables:v2", | 25 "id": "fusiontables:v2", |
| 26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
| 27 "name": "fusiontables", | 27 "name": "fusiontables", |
| 28 "ownerDomain": "google.com", | 28 "ownerDomain": "google.com", |
| 29 "ownerName": "Google", | 29 "ownerName": "Google", |
| 30 "parameters": { | 30 "parameters": { |
| (...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1191 "response": { | 1191 "response": { |
| 1192 "$ref": "Template" | 1192 "$ref": "Template" |
| 1193 }, | 1193 }, |
| 1194 "scopes": [ | 1194 "scopes": [ |
| 1195 "https://www.googleapis.com/auth/fusiontables" | 1195 "https://www.googleapis.com/auth/fusiontables" |
| 1196 ] | 1196 ] |
| 1197 } | 1197 } |
| 1198 } | 1198 } |
| 1199 } | 1199 } |
| 1200 }, | 1200 }, |
| 1201 "revision": "20160317", | 1201 "revision": "20160526", |
| 1202 "rootUrl": "https://www.googleapis.com/", | 1202 "rootUrl": "https://www.googleapis.com/", |
| 1203 "schemas": { | 1203 "schemas": { |
| 1204 "Bucket": { | 1204 "Bucket": { |
| 1205 "description": "Specifies the minimum and maximum values, the color,
opacity, icon and weight of a bucket within a StyleSetting.", | 1205 "description": "Specifies the minimum and maximum values, the color,
opacity, icon and weight of a bucket within a StyleSetting.", |
| 1206 "id": "Bucket", | 1206 "id": "Bucket", |
| 1207 "properties": { | 1207 "properties": { |
| 1208 "color": { | 1208 "color": { |
| 1209 "description": "Color of line or the interior of a polygon i
n #RRGGBB format.", | 1209 "description": "Color of line or the interior of a polygon i
n #RRGGBB format.", |
| 1210 "type": "string" | 1210 "type": "string" |
| 1211 }, | 1211 }, |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1267 }, | 1267 }, |
| 1268 "columnPropertiesJson": { | 1268 "columnPropertiesJson": { |
| 1269 "description": "JSON object containing custom column propert
ies.", | 1269 "description": "JSON object containing custom column propert
ies.", |
| 1270 "type": "string" | 1270 "type": "string" |
| 1271 }, | 1271 }, |
| 1272 "description": { | 1272 "description": { |
| 1273 "description": "Column description.", | 1273 "description": "Column description.", |
| 1274 "type": "string" | 1274 "type": "string" |
| 1275 }, | 1275 }, |
| 1276 "formatPattern": { | 1276 "formatPattern": { |
| 1277 "description": "Format pattern.\nAcceptable values are DT_DA
TE_MEDIUMe.g Dec 24, 2008 DT_DATE_SHORTfor example 12/24/08 DT_DATE_TIME_MEDIUMf
or example Dec 24, 2008 8:30:45 PM DT_DATE_TIME_SHORTfor example 12/24/08 8:30 P
M DT_DAY_MONTH_2_DIGIT_YEARfor example 24/12/08 DT_DAY_MONTH_2_DIGIT_YEAR_TIMEfo
r example 24/12/08 20:30 DT_DAY_MONTH_2_DIGIT_YEAR_TIME_MERIDIANfor example 24/1
2/08 8:30 PM DT_DAY_MONTH_4_DIGIT_YEARfor example 24/12/2008 DT_DAY_MONTH_4_DIGI
T_YEAR_TIMEfor example 24/12/2008 20:30 DT_DAY_MONTH_4_DIGIT_YEAR_TIME_MERIDIANf
or example 24/12/2008 8:30 PM DT_ISO_YEAR_MONTH_DAYfor example 2008-12-24 DT_ISO
_YEAR_MONTH_DAY_TIMEfor example 2008-12-24 20:30:45 DT_MONTH_DAY_4_DIGIT_YEARfor
example 12/24/2008 DT_TIME_LONGfor example 8:30:45 PM UTC-6 DT_TIME_MEDIUMfor e
xample 8:30:45 PM DT_TIME_SHORTfor example 8:30 PM DT_YEAR_ONLYfor example 2008
HIGHLIGHT_UNTYPED_CELLSHighlight cell data that does not match the data type NON
ENo formatting (default) NUMBER_CURRENCYfor example $1234.56 NUMBER_DEFAULTfor e
xample 1,234.56 NUMBER_INTEGERfor example 1235 NUMBER_NO_SEPARATORfor example 12
34.56 NUMBER_PERCENTfor example 123,456% NUMBER_SCIENTIFICfor example 1E3 STRING
_EIGHT_LINE_IMAGEDisplays thumbnail images as tall as eight lines of text STRING
_FOUR_LINE_IMAGEDisplays thumbnail images as tall as four lines of text STRING_J
SON_TEXTAllows JSON editing of text in UI STRING_LINKTreats cell as a link (must
start with http:// or https://) STRING_ONE_LINE_IMAGEDisplays thumbnail images
as tall as one line of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail"
, | 1277 "description": "Format pattern.\nAcceptable values are DT_DA
TE_MEDIUMe.g Dec 24, 2008 DT_DATE_SHORTfor example 12/24/08 DT_DATE_TIME_MEDIUMf
or example Dec 24, 2008 8:30:45 PM DT_DATE_TIME_SHORTfor example 12/24/08 8:30 P
M DT_DAY_MONTH_2_DIGIT_YEARfor example 24/12/08 DT_DAY_MONTH_2_DIGIT_YEAR_TIMEfo
r example 24/12/08 20:30 DT_DAY_MONTH_2_DIGIT_YEAR_TIME_MERIDIANfor example 24/1
2/08 8:30 PM DT_DAY_MONTH_4_DIGIT_YEARfor example 24/12/2008 DT_DAY_MONTH_4_DIGI
T_YEAR_TIMEfor example 24/12/2008 20:30 DT_DAY_MONTH_4_DIGIT_YEAR_TIME_MERIDIANf
or example 24/12/2008 8:30 PM DT_ISO_YEAR_MONTH_DAYfor example 2008-12-24 DT_ISO
_YEAR_MONTH_DAY_TIMEfor example 2008-12-24 20:30:45 DT_MONTH_DAY_4_DIGIT_YEARfor
example 12/24/2008 DT_TIME_LONGfor example 8:30:45 PM UTC-6 DT_TIME_MEDIUMfor e
xample 8:30:45 PM DT_TIME_SHORTfor example 8:30 PM DT_YEAR_ONLYfor example 2008
HIGHLIGHT_UNTYPED_CELLSHighlight cell data that does not match the data type NON
ENo formatting (default) NUMBER_CURRENCYfor example $1234.56 NUMBER_DEFAULTfor e
xample 1,234.56 NUMBER_INTEGERfor example 1235 NUMBER_NO_SEPARATORfor example 12
34.56 NUMBER_PERCENTfor example 123,456% NUMBER_SCIENTIFICfor example 1E3 STRING
_EIGHT_LINE_IMAGEDisplays thumbnail images as tall as eight lines of text STRING
_FOUR_LINE_IMAGEDisplays thumbnail images as tall as four lines of text STRING_J
SON_TEXTAllows editing of text as JSON in UI STRING_JSON_LISTAllows editing of t
ext as a JSON list in UI STRING_LINKTreats cell as a link (must start with http:
// or https://) STRING_ONE_LINE_IMAGEDisplays thumbnail images as tall as one li
ne of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail", |
| 1278 "type": "string" | 1278 "type": "string" |
| 1279 }, | 1279 }, |
| 1280 "graphPredicate": { | 1280 "graphPredicate": { |
| 1281 "description": "Column graph predicate.\nUsed to map table t
o graph data model (subject,predicate,object)\nSee W3C Graph-based Data Model.", | 1281 "description": "Column graph predicate.\nUsed to map table t
o graph data model (subject,predicate,object)\nSee W3C Graph-based Data Model.", |
| 1282 "type": "string" | 1282 "type": "string" |
| 1283 }, | 1283 }, |
| 1284 "kind": { | 1284 "kind": { |
| 1285 "default": "fusiontables#column", | 1285 "default": "fusiontables#column", |
| 1286 "description": "The kind of item this is. For a column, this
is always fusiontables#column.", | 1286 "description": "The kind of item this is. For a column, this
is always fusiontables#column.", |
| 1287 "type": "string" | 1287 "type": "string" |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1921 "type": "integer" | 1921 "type": "integer" |
| 1922 } | 1922 } |
| 1923 }, | 1923 }, |
| 1924 "type": "object" | 1924 "type": "object" |
| 1925 } | 1925 } |
| 1926 }, | 1926 }, |
| 1927 "servicePath": "fusiontables/v2/", | 1927 "servicePath": "fusiontables/v2/", |
| 1928 "title": "Fusion Tables API", | 1928 "title": "Fusion Tables API", |
| 1929 "version": "v2" | 1929 "version": "v2" |
| 1930 } | 1930 } |
| OLD | NEW |