OLD | NEW |
1 { | 1 { |
2 "basePath": "/freebase/v1/", | 2 "basePath": "/freebase/v1/", |
3 "baseUrl": "https://www.googleapis.com/freebase/v1/", | 3 "baseUrl": "https://www.googleapis.com/freebase/v1/", |
4 "batchPath": "batch", | 4 "batchPath": "batch", |
5 "description": "Find Freebase entities using textual queries and other const
raints.", | 5 "description": "Find Freebase entities using textual queries and other const
raints.", |
6 "discoveryVersion": "v1", | 6 "discoveryVersion": "v1", |
7 "documentationLink": "https://developers.google.com/freebase/", | 7 "documentationLink": "https://developers.google.com/freebase/", |
8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/kTDiVESNLycoqIbveRofH5KPD08\"", | 8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/b42JL4j5Mj0i9yGv-ODgLLktQPQ\"", |
9 "icons": { | 9 "icons": { |
10 "x16": "http://www.google.com/images/icons/product/freebase-16.png", | 10 "x16": "https://www.google.com/images/icons/product/freebase-16.png", |
11 "x32": "http://www.google.com/images/icons/product/freebase-32.png" | 11 "x32": "https://www.google.com/images/icons/product/freebase-32.png" |
12 }, | 12 }, |
13 "id": "freebase:v1", | 13 "id": "freebase:v1", |
14 "kind": "discovery#restDescription", | 14 "kind": "discovery#restDescription", |
15 "methods": { | 15 "methods": { |
16 "reconcile": { | 16 "reconcile": { |
17 "description": "Reconcile entities to Freebase open data.", | 17 "description": "Reconcile entities to Freebase open data.", |
18 "httpMethod": "GET", | 18 "httpMethod": "GET", |
19 "id": "freebase.reconcile", | 19 "id": "freebase.reconcile", |
20 "parameters": { | 20 "parameters": { |
21 "confidence": { | 21 "confidence": { |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 "location": "query", | 304 "location": "query", |
305 "type": "string" | 305 "type": "string" |
306 }, | 306 }, |
307 "userIp": { | 307 "userIp": { |
308 "description": "IP address of the site where the request originates.
Use this if you want to enforce per-user limits.", | 308 "description": "IP address of the site where the request originates.
Use this if you want to enforce per-user limits.", |
309 "location": "query", | 309 "location": "query", |
310 "type": "string" | 310 "type": "string" |
311 } | 311 } |
312 }, | 312 }, |
313 "protocol": "rest", | 313 "protocol": "rest", |
314 "revision": "20140418", | 314 "revision": "20141210", |
315 "rootUrl": "https://www.googleapis.com/", | 315 "rootUrl": "https://www.googleapis.com/", |
316 "schemas": { | 316 "schemas": { |
317 "ReconcileCandidate": { | 317 "ReconcileCandidate": { |
318 "id": "ReconcileCandidate", | 318 "id": "ReconcileCandidate", |
319 "properties": { | 319 "properties": { |
320 "confidence": { | 320 "confidence": { |
321 "description": "Percentage likelihood that this candidate is
the unique matching entity. Value will be between 0.0 and 1.0", | 321 "description": "Percentage likelihood that this candidate is
the unique matching entity. Value will be between 0.0 and 1.0", |
322 "format": "float", | 322 "format": "float", |
323 "type": "number" | 323 "type": "number" |
324 }, | 324 }, |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 "type": "array" | 403 "type": "array" |
404 } | 404 } |
405 }, | 405 }, |
406 "type": "object" | 406 "type": "object" |
407 } | 407 } |
408 }, | 408 }, |
409 "servicePath": "freebase/v1/", | 409 "servicePath": "freebase/v1/", |
410 "title": "Freebase Search", | 410 "title": "Freebase Search", |
411 "version": "v1" | 411 "version": "v1" |
412 } | 412 } |
OLD | NEW |