~nskaggs/+junk/xenial-test

« back to all changes in this revision

Viewing changes to src/google.golang.org/api/customsearch/v1/customsearch-api.json

  • Committer: Nicholas Skaggs
  • Date: 2016-10-24 20:56:05 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161024205605-z8lta0uvuhtxwzwl
Initi with beta15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
 "kind": "discovery#restDescription",
 
3
 "etag": "\"FrPV2U6xXFUq8eRv_PO3IoAURkc/KsgpNVP8dzFmgPzAjDdH7uBJP_M\"",
 
4
 "discoveryVersion": "v1",
 
5
 "id": "customsearch:v1",
 
6
 "name": "customsearch",
 
7
 "version": "v1",
 
8
 "revision": "20131205",
 
9
 "title": "CustomSearch API",
 
10
 "description": "Lets you search over a website or collection of websites",
 
11
 "ownerDomain": "google.com",
 
12
 "ownerName": "Google",
 
13
 "icons": {
 
14
  "x16": "http://www.google.com/images/icons/product/search-16.gif",
 
15
  "x32": "http://www.google.com/images/icons/product/search-32.gif"
 
16
 },
 
17
 "documentationLink": "https://developers.google.com/custom-search/v1/using_rest",
 
18
 "protocol": "rest",
 
19
 "baseUrl": "https://www.googleapis.com/customsearch/",
 
20
 "basePath": "/customsearch/",
 
21
 "rootUrl": "https://www.googleapis.com/",
 
22
 "servicePath": "customsearch/",
 
23
 "batchPath": "batch",
 
24
 "parameters": {
 
25
  "alt": {
 
26
   "type": "string",
 
27
   "description": "Data format for the response.",
 
28
   "default": "json",
 
29
   "enum": [
 
30
    "atom",
 
31
    "json"
 
32
   ],
 
33
   "enumDescriptions": [
 
34
    "Responses with Content-Type of application/atom+xml",
 
35
    "Responses with Content-Type of application/json"
 
36
   ],
 
37
   "location": "query"
 
38
  },
 
39
  "fields": {
 
40
   "type": "string",
 
41
   "description": "Selector specifying which fields to include in a partial response.",
 
42
   "location": "query"
 
43
  },
 
44
  "key": {
 
45
   "type": "string",
 
46
   "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
 
47
   "location": "query"
 
48
  },
 
49
  "oauth_token": {
 
50
   "type": "string",
 
51
   "description": "OAuth 2.0 token for the current user.",
 
52
   "location": "query"
 
53
  },
 
54
  "prettyPrint": {
 
55
   "type": "boolean",
 
56
   "description": "Returns response with indentations and line breaks.",
 
57
   "default": "true",
 
58
   "location": "query"
 
59
  },
 
60
  "quotaUser": {
 
61
   "type": "string",
 
62
   "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.",
 
63
   "location": "query"
 
64
  },
 
65
  "userIp": {
 
66
   "type": "string",
 
67
   "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
 
68
   "location": "query"
 
69
  }
 
70
 },
 
71
 "schemas": {
 
72
  "Context": {
 
73
   "id": "Context",
 
74
   "type": "object",
 
75
   "properties": {
 
76
    "facets": {
 
77
     "type": "array",
 
78
     "items": {
 
79
      "type": "array",
 
80
      "items": {
 
81
       "type": "object",
 
82
       "properties": {
 
83
        "anchor": {
 
84
         "type": "string"
 
85
        },
 
86
        "label": {
 
87
         "type": "string"
 
88
        },
 
89
        "label_with_op": {
 
90
         "type": "string"
 
91
        }
 
92
       }
 
93
      }
 
94
     }
 
95
    },
 
96
    "title": {
 
97
     "type": "string"
 
98
    }
 
99
   }
 
100
  },
 
101
  "Promotion": {
 
102
   "id": "Promotion",
 
103
   "type": "object",
 
104
   "properties": {
 
105
    "bodyLines": {
 
106
     "type": "array",
 
107
     "items": {
 
108
      "type": "object",
 
109
      "properties": {
 
110
       "htmlTitle": {
 
111
        "type": "string"
 
112
       },
 
113
       "link": {
 
114
        "type": "string"
 
115
       },
 
116
       "title": {
 
117
        "type": "string"
 
118
       },
 
119
       "url": {
 
120
        "type": "string"
 
121
       }
 
122
      }
 
123
     }
 
124
    },
 
125
    "displayLink": {
 
126
     "type": "string"
 
127
    },
 
128
    "htmlTitle": {
 
129
     "type": "string"
 
130
    },
 
131
    "image": {
 
132
     "type": "object",
 
133
     "properties": {
 
134
      "height": {
 
135
       "type": "integer",
 
136
       "format": "int32"
 
137
      },
 
138
      "source": {
 
139
       "type": "string"
 
140
      },
 
141
      "width": {
 
142
       "type": "integer",
 
143
       "format": "int32"
 
144
      }
 
145
     }
 
146
    },
 
147
    "link": {
 
148
     "type": "string"
 
149
    },
 
150
    "title": {
 
151
     "type": "string"
 
152
    }
 
153
   }
 
154
  },
 
155
  "Query": {
 
156
   "id": "Query",
 
157
   "type": "object",
 
158
   "properties": {
 
159
    "count": {
 
160
     "type": "integer",
 
161
     "format": "int32"
 
162
    },
 
163
    "cr": {
 
164
     "type": "string"
 
165
    },
 
166
    "cref": {
 
167
     "type": "string"
 
168
    },
 
169
    "cx": {
 
170
     "type": "string"
 
171
    },
 
172
    "dateRestrict": {
 
173
     "type": "string"
 
174
    },
 
175
    "disableCnTwTranslation": {
 
176
     "type": "string"
 
177
    },
 
178
    "exactTerms": {
 
179
     "type": "string"
 
180
    },
 
181
    "excludeTerms": {
 
182
     "type": "string"
 
183
    },
 
184
    "fileType": {
 
185
     "type": "string"
 
186
    },
 
187
    "filter": {
 
188
     "type": "string"
 
189
    },
 
190
    "gl": {
 
191
     "type": "string"
 
192
    },
 
193
    "googleHost": {
 
194
     "type": "string"
 
195
    },
 
196
    "highRange": {
 
197
     "type": "string"
 
198
    },
 
199
    "hl": {
 
200
     "type": "string"
 
201
    },
 
202
    "hq": {
 
203
     "type": "string"
 
204
    },
 
205
    "imgColorType": {
 
206
     "type": "string"
 
207
    },
 
208
    "imgDominantColor": {
 
209
     "type": "string"
 
210
    },
 
211
    "imgSize": {
 
212
     "type": "string"
 
213
    },
 
214
    "imgType": {
 
215
     "type": "string"
 
216
    },
 
217
    "inputEncoding": {
 
218
     "type": "string"
 
219
    },
 
220
    "language": {
 
221
     "type": "string"
 
222
    },
 
223
    "linkSite": {
 
224
     "type": "string"
 
225
    },
 
226
    "lowRange": {
 
227
     "type": "string"
 
228
    },
 
229
    "orTerms": {
 
230
     "type": "string"
 
231
    },
 
232
    "outputEncoding": {
 
233
     "type": "string"
 
234
    },
 
235
    "relatedSite": {
 
236
     "type": "string"
 
237
    },
 
238
    "rights": {
 
239
     "type": "string"
 
240
    },
 
241
    "safe": {
 
242
     "type": "string"
 
243
    },
 
244
    "searchTerms": {
 
245
     "type": "string"
 
246
    },
 
247
    "searchType": {
 
248
     "type": "string"
 
249
    },
 
250
    "siteSearch": {
 
251
     "type": "string"
 
252
    },
 
253
    "siteSearchFilter": {
 
254
     "type": "string"
 
255
    },
 
256
    "sort": {
 
257
     "type": "string"
 
258
    },
 
259
    "startIndex": {
 
260
     "type": "integer",
 
261
     "format": "int32"
 
262
    },
 
263
    "startPage": {
 
264
     "type": "integer",
 
265
     "format": "int32"
 
266
    },
 
267
    "title": {
 
268
     "type": "string"
 
269
    },
 
270
    "totalResults": {
 
271
     "type": "string",
 
272
     "format": "int64"
 
273
    }
 
274
   }
 
275
  },
 
276
  "Result": {
 
277
   "id": "Result",
 
278
   "type": "object",
 
279
   "properties": {
 
280
    "cacheId": {
 
281
     "type": "string"
 
282
    },
 
283
    "displayLink": {
 
284
     "type": "string"
 
285
    },
 
286
    "fileFormat": {
 
287
     "type": "string"
 
288
    },
 
289
    "formattedUrl": {
 
290
     "type": "string"
 
291
    },
 
292
    "htmlFormattedUrl": {
 
293
     "type": "string"
 
294
    },
 
295
    "htmlSnippet": {
 
296
     "type": "string"
 
297
    },
 
298
    "htmlTitle": {
 
299
     "type": "string"
 
300
    },
 
301
    "image": {
 
302
     "type": "object",
 
303
     "properties": {
 
304
      "byteSize": {
 
305
       "type": "integer",
 
306
       "format": "int32"
 
307
      },
 
308
      "contextLink": {
 
309
       "type": "string"
 
310
      },
 
311
      "height": {
 
312
       "type": "integer",
 
313
       "format": "int32"
 
314
      },
 
315
      "thumbnailHeight": {
 
316
       "type": "integer",
 
317
       "format": "int32"
 
318
      },
 
319
      "thumbnailLink": {
 
320
       "type": "string"
 
321
      },
 
322
      "thumbnailWidth": {
 
323
       "type": "integer",
 
324
       "format": "int32"
 
325
      },
 
326
      "width": {
 
327
       "type": "integer",
 
328
       "format": "int32"
 
329
      }
 
330
     }
 
331
    },
 
332
    "kind": {
 
333
     "type": "string",
 
334
     "default": "customsearch#result"
 
335
    },
 
336
    "labels": {
 
337
     "type": "array",
 
338
     "items": {
 
339
      "type": "object",
 
340
      "properties": {
 
341
       "displayName": {
 
342
        "type": "string"
 
343
       },
 
344
       "label_with_op": {
 
345
        "type": "string"
 
346
       },
 
347
       "name": {
 
348
        "type": "string"
 
349
       }
 
350
      }
 
351
     }
 
352
    },
 
353
    "link": {
 
354
     "type": "string"
 
355
    },
 
356
    "mime": {
 
357
     "type": "string"
 
358
    },
 
359
    "pagemap": {
 
360
     "type": "object",
 
361
     "additionalProperties": {
 
362
      "type": "array",
 
363
      "items": {
 
364
       "type": "object",
 
365
       "additionalProperties": {
 
366
        "type": "any"
 
367
       }
 
368
      }
 
369
     }
 
370
    },
 
371
    "snippet": {
 
372
     "type": "string"
 
373
    },
 
374
    "title": {
 
375
     "type": "string"
 
376
    }
 
377
   }
 
378
  },
 
379
  "Search": {
 
380
   "id": "Search",
 
381
   "type": "object",
 
382
   "properties": {
 
383
    "context": {
 
384
     "$ref": "Context"
 
385
    },
 
386
    "items": {
 
387
     "type": "array",
 
388
     "items": {
 
389
      "$ref": "Result"
 
390
     }
 
391
    },
 
392
    "kind": {
 
393
     "type": "string",
 
394
     "default": "customsearch#search"
 
395
    },
 
396
    "promotions": {
 
397
     "type": "array",
 
398
     "items": {
 
399
      "$ref": "Promotion"
 
400
     }
 
401
    },
 
402
    "queries": {
 
403
     "type": "object",
 
404
     "additionalProperties": {
 
405
      "type": "array",
 
406
      "items": {
 
407
       "$ref": "Query"
 
408
      }
 
409
     }
 
410
    },
 
411
    "searchInformation": {
 
412
     "type": "object",
 
413
     "properties": {
 
414
      "formattedSearchTime": {
 
415
       "type": "string"
 
416
      },
 
417
      "formattedTotalResults": {
 
418
       "type": "string"
 
419
      },
 
420
      "searchTime": {
 
421
       "type": "number",
 
422
       "format": "double"
 
423
      },
 
424
      "totalResults": {
 
425
       "type": "string",
 
426
       "format": "int64"
 
427
      }
 
428
     }
 
429
    },
 
430
    "spelling": {
 
431
     "type": "object",
 
432
     "properties": {
 
433
      "correctedQuery": {
 
434
       "type": "string"
 
435
      },
 
436
      "htmlCorrectedQuery": {
 
437
       "type": "string"
 
438
      }
 
439
     }
 
440
    },
 
441
    "url": {
 
442
     "type": "object",
 
443
     "properties": {
 
444
      "template": {
 
445
       "type": "string",
 
446
       "default": "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&lr={language?}&safe={safe?}&cx={cx?}&cref={cref?}&sort={sort?}&filter={filter?}&gl={gl?}&cr={cr?}&googlehost={googleHost?}&c2coff={disableCnTwTranslation?}&hq={hq?}&hl={hl?}&siteSearch={siteSearch?}&siteSearchFilter={siteSearchFilter?}&exactTerms={exactTerms?}&excludeTerms={excludeTerms?}&linkSite={linkSite?}&orTerms={orTerms?}&relatedSite={relatedSite?}&dateRestrict={dateRestrict?}&lowRange={lowRange?}&highRange={highRange?}&searchType={searchType}&fileType={fileType?}&rights={rights?}&imgSize={imgSize?}&imgType={imgType?}&imgColorType={imgColorType?}&imgDominantColor={imgDominantColor?}&alt=json"
 
447
      },
 
448
      "type": {
 
449
       "type": "string",
 
450
       "default": "application/json"
 
451
      }
 
452
     }
 
453
    }
 
454
   }
 
455
  }
 
456
 },
 
457
 "resources": {
 
458
  "cse": {
 
459
   "methods": {
 
460
    "list": {
 
461
     "id": "search.cse.list",
 
462
     "path": "v1",
 
463
     "httpMethod": "GET",
 
464
     "description": "Returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.",
 
465
     "parameters": {
 
466
      "c2coff": {
 
467
       "type": "string",
 
468
       "description": "Turns off the translation between zh-CN and zh-TW.",
 
469
       "location": "query"
 
470
      },
 
471
      "cr": {
 
472
       "type": "string",
 
473
       "description": "Country restrict(s).",
 
474
       "location": "query"
 
475
      },
 
476
      "cref": {
 
477
       "type": "string",
 
478
       "description": "The URL of a linked custom search engine",
 
479
       "location": "query"
 
480
      },
 
481
      "cx": {
 
482
       "type": "string",
 
483
       "description": "The custom search engine ID to scope this search query",
 
484
       "location": "query"
 
485
      },
 
486
      "dateRestrict": {
 
487
       "type": "string",
 
488
       "description": "Specifies all search results are from a time period",
 
489
       "location": "query"
 
490
      },
 
491
      "exactTerms": {
 
492
       "type": "string",
 
493
       "description": "Identifies a phrase that all documents in the search results must contain",
 
494
       "location": "query"
 
495
      },
 
496
      "excludeTerms": {
 
497
       "type": "string",
 
498
       "description": "Identifies a word or phrase that should not appear in any documents in the search results",
 
499
       "location": "query"
 
500
      },
 
501
      "fileType": {
 
502
       "type": "string",
 
503
       "description": "Returns images of a specified type. Some of the allowed values are: bmp, gif, png, jpg, svg, pdf, ...",
 
504
       "location": "query"
 
505
      },
 
506
      "filter": {
 
507
       "type": "string",
 
508
       "description": "Controls turning on or off the duplicate content filter.",
 
509
       "enum": [
 
510
        "0",
 
511
        "1"
 
512
       ],
 
513
       "enumDescriptions": [
 
514
        "Turns off duplicate content filter.",
 
515
        "Turns on duplicate content filter."
 
516
       ],
 
517
       "location": "query"
 
518
      },
 
519
      "gl": {
 
520
       "type": "string",
 
521
       "description": "Geolocation of end user.",
 
522
       "location": "query"
 
523
      },
 
524
      "googlehost": {
 
525
       "type": "string",
 
526
       "description": "The local Google domain to use to perform the search.",
 
527
       "location": "query"
 
528
      },
 
529
      "highRange": {
 
530
       "type": "string",
 
531
       "description": "Creates a range in form as_nlo value..as_nhi value and attempts to append it to query",
 
532
       "location": "query"
 
533
      },
 
534
      "hl": {
 
535
       "type": "string",
 
536
       "description": "Sets the user interface language.",
 
537
       "location": "query"
 
538
      },
 
539
      "hq": {
 
540
       "type": "string",
 
541
       "description": "Appends the extra query terms to the query.",
 
542
       "location": "query"
 
543
      },
 
544
      "imgColorType": {
 
545
       "type": "string",
 
546
       "description": "Returns black and white, grayscale, or color images: mono, gray, and color.",
 
547
       "enum": [
 
548
        "color",
 
549
        "gray",
 
550
        "mono"
 
551
       ],
 
552
       "enumDescriptions": [
 
553
        "color",
 
554
        "gray",
 
555
        "mono"
 
556
       ],
 
557
       "location": "query"
 
558
      },
 
559
      "imgDominantColor": {
 
560
       "type": "string",
 
561
       "description": "Returns images of a specific dominant color: yellow, green, teal, blue, purple, pink, white, gray, black and brown.",
 
562
       "enum": [
 
563
        "black",
 
564
        "blue",
 
565
        "brown",
 
566
        "gray",
 
567
        "green",
 
568
        "pink",
 
569
        "purple",
 
570
        "teal",
 
571
        "white",
 
572
        "yellow"
 
573
       ],
 
574
       "enumDescriptions": [
 
575
        "black",
 
576
        "blue",
 
577
        "brown",
 
578
        "gray",
 
579
        "green",
 
580
        "pink",
 
581
        "purple",
 
582
        "teal",
 
583
        "white",
 
584
        "yellow"
 
585
       ],
 
586
       "location": "query"
 
587
      },
 
588
      "imgSize": {
 
589
       "type": "string",
 
590
       "description": "Returns images of a specified size, where size can be one of: icon, small, medium, large, xlarge, xxlarge, and huge.",
 
591
       "enum": [
 
592
        "huge",
 
593
        "icon",
 
594
        "large",
 
595
        "medium",
 
596
        "small",
 
597
        "xlarge",
 
598
        "xxlarge"
 
599
       ],
 
600
       "enumDescriptions": [
 
601
        "huge",
 
602
        "icon",
 
603
        "large",
 
604
        "medium",
 
605
        "small",
 
606
        "xlarge",
 
607
        "xxlarge"
 
608
       ],
 
609
       "location": "query"
 
610
      },
 
611
      "imgType": {
 
612
       "type": "string",
 
613
       "description": "Returns images of a type, which can be one of: clipart, face, lineart, news, and photo.",
 
614
       "enum": [
 
615
        "clipart",
 
616
        "face",
 
617
        "lineart",
 
618
        "news",
 
619
        "photo"
 
620
       ],
 
621
       "enumDescriptions": [
 
622
        "clipart",
 
623
        "face",
 
624
        "lineart",
 
625
        "news",
 
626
        "photo"
 
627
       ],
 
628
       "location": "query"
 
629
      },
 
630
      "linkSite": {
 
631
       "type": "string",
 
632
       "description": "Specifies that all search results should contain a link to a particular URL",
 
633
       "location": "query"
 
634
      },
 
635
      "lowRange": {
 
636
       "type": "string",
 
637
       "description": "Creates a range in form as_nlo value..as_nhi value and attempts to append it to query",
 
638
       "location": "query"
 
639
      },
 
640
      "lr": {
 
641
       "type": "string",
 
642
       "description": "The language restriction for the search results",
 
643
       "enum": [
 
644
        "lang_ar",
 
645
        "lang_bg",
 
646
        "lang_ca",
 
647
        "lang_cs",
 
648
        "lang_da",
 
649
        "lang_de",
 
650
        "lang_el",
 
651
        "lang_en",
 
652
        "lang_es",
 
653
        "lang_et",
 
654
        "lang_fi",
 
655
        "lang_fr",
 
656
        "lang_hr",
 
657
        "lang_hu",
 
658
        "lang_id",
 
659
        "lang_is",
 
660
        "lang_it",
 
661
        "lang_iw",
 
662
        "lang_ja",
 
663
        "lang_ko",
 
664
        "lang_lt",
 
665
        "lang_lv",
 
666
        "lang_nl",
 
667
        "lang_no",
 
668
        "lang_pl",
 
669
        "lang_pt",
 
670
        "lang_ro",
 
671
        "lang_ru",
 
672
        "lang_sk",
 
673
        "lang_sl",
 
674
        "lang_sr",
 
675
        "lang_sv",
 
676
        "lang_tr",
 
677
        "lang_zh-CN",
 
678
        "lang_zh-TW"
 
679
       ],
 
680
       "enumDescriptions": [
 
681
        "Arabic",
 
682
        "Bulgarian",
 
683
        "Catalan",
 
684
        "Czech",
 
685
        "Danish",
 
686
        "German",
 
687
        "Greek",
 
688
        "English",
 
689
        "Spanish",
 
690
        "Estonian",
 
691
        "Finnish",
 
692
        "French",
 
693
        "Croatian",
 
694
        "Hungarian",
 
695
        "Indonesian",
 
696
        "Icelandic",
 
697
        "Italian",
 
698
        "Hebrew",
 
699
        "Japanese",
 
700
        "Korean",
 
701
        "Lithuanian",
 
702
        "Latvian",
 
703
        "Dutch",
 
704
        "Norwegian",
 
705
        "Polish",
 
706
        "Portuguese",
 
707
        "Romanian",
 
708
        "Russian",
 
709
        "Slovak",
 
710
        "Slovenian",
 
711
        "Serbian",
 
712
        "Swedish",
 
713
        "Turkish",
 
714
        "Chinese (Simplified)",
 
715
        "Chinese (Traditional)"
 
716
       ],
 
717
       "location": "query"
 
718
      },
 
719
      "num": {
 
720
       "type": "integer",
 
721
       "description": "Number of search results to return",
 
722
       "default": "10",
 
723
       "format": "uint32",
 
724
       "location": "query"
 
725
      },
 
726
      "orTerms": {
 
727
       "type": "string",
 
728
       "description": "Provides additional search terms to check for in a document, where each document in the search results must contain at least one of the additional search terms",
 
729
       "location": "query"
 
730
      },
 
731
      "q": {
 
732
       "type": "string",
 
733
       "description": "Query",
 
734
       "required": true,
 
735
       "location": "query"
 
736
      },
 
737
      "relatedSite": {
 
738
       "type": "string",
 
739
       "description": "Specifies that all search results should be pages that are related to the specified URL",
 
740
       "location": "query"
 
741
      },
 
742
      "rights": {
 
743
       "type": "string",
 
744
       "description": "Filters based on licensing. Supported values include: cc_publicdomain, cc_attribute, cc_sharealike, cc_noncommercial, cc_nonderived and combinations of these.",
 
745
       "location": "query"
 
746
      },
 
747
      "safe": {
 
748
       "type": "string",
 
749
       "description": "Search safety level",
 
750
       "default": "off",
 
751
       "enum": [
 
752
        "high",
 
753
        "medium",
 
754
        "off"
 
755
       ],
 
756
       "enumDescriptions": [
 
757
        "Enables highest level of safe search filtering.",
 
758
        "Enables moderate safe search filtering.",
 
759
        "Disables safe search filtering."
 
760
       ],
 
761
       "location": "query"
 
762
      },
 
763
      "searchType": {
 
764
       "type": "string",
 
765
       "description": "Specifies the search type: image.",
 
766
       "enum": [
 
767
        "image"
 
768
       ],
 
769
       "enumDescriptions": [
 
770
        "custom image search"
 
771
       ],
 
772
       "location": "query"
 
773
      },
 
774
      "siteSearch": {
 
775
       "type": "string",
 
776
       "description": "Specifies all search results should be pages from a given site",
 
777
       "location": "query"
 
778
      },
 
779
      "siteSearchFilter": {
 
780
       "type": "string",
 
781
       "description": "Controls whether to include or exclude results from the site named in the as_sitesearch parameter",
 
782
       "enum": [
 
783
        "e",
 
784
        "i"
 
785
       ],
 
786
       "enumDescriptions": [
 
787
        "exclude",
 
788
        "include"
 
789
       ],
 
790
       "location": "query"
 
791
      },
 
792
      "sort": {
 
793
       "type": "string",
 
794
       "description": "The sort expression to apply to the results",
 
795
       "location": "query"
 
796
      },
 
797
      "start": {
 
798
       "type": "integer",
 
799
       "description": "The index of the first result to return",
 
800
       "format": "uint32",
 
801
       "location": "query"
 
802
      }
 
803
     },
 
804
     "parameterOrder": [
 
805
      "q"
 
806
     ],
 
807
     "response": {
 
808
      "$ref": "Search"
 
809
     }
 
810
    }
 
811
   }
 
812
  }
 
813
 }
 
814
}