-
Notifications
You must be signed in to change notification settings - Fork 1
/
autosuggest_client.json
804 lines (804 loc) · 34.2 KB
/
autosuggest_client.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
{
"openapi": "3.0.0",
"info": {
"contact": {
"x-twitter": "microsoft"
},
"description": "Autosuggest supplies search terms derived from a root text sent to the service. The terms Autosuggest supplies are related to the root text based on similarity and their frequency or ratings of usefulness in other searches. For examples that show how to use Autosuggest, see [Search using AutoSuggest](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-autosuggest-api-v7-reference).",
"title": "AutoSuggest Client",
"version": "1.0",
"x-apisguru-categories": [
"developer_tools",
"cloud"
],
"x-logo": {
"url": "https://logo.clearbit.com/microsoft.com"
},
"x-origin": [
{
"format": "swagger",
"url": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/cognitiveservices/data-plane/AutoSuggest/stable/v1.0/AutoSuggest.json",
"version": "2.0"
}
],
"x-providerName": "microsoft.com",
"x-serviceName": "cognitiveservices-AutoSuggest",
"x-tags": [
"Microsoft"
]
},
"security": [
{
"apiKeyHeader": []
}
],
"paths": {
"/Suggestions": {
"get": {
"operationId": "AutoSuggest",
"parameters": [
{
"$ref": "#/components/parameters/x-bingapis-sdk"
},
{
"description": "The default media type is application/json. To specify that the response use [JSON-LD](http://json-ld.org/), set the Accept header to application/ld+json.",
"in": "header",
"name": "Accept",
"required": false,
"schema": {
"type": "string"
}
},
{
"description": "A comma-delimited list of one or more languages to use for user interface strings. The list is in decreasing order of preference. For additional information, including expected format, see [RFC2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). This header and the setLang query parameter are mutually exclusive; do not specify both. If you set this header, you must also specify the [cc](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-autosuggest-api-v7-reference#cc) query parameter. To determine the market to return results for, Bing uses the first supported language it finds from the list and combines it with the cc parameter value. If the list does not include a supported language, Bing finds the closest language and market that supports the request or it uses an aggregated or default market for the results. To determine the market that Bing used, see the BingAPIs-Market header. Use this header and the cc query parameter only if you specify multiple languages. Otherwise, use the [mkt](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-autosuggest-api-v7-reference#mkt) and [setLang](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-autosuggest-api-v7-reference#setlang) query parameters. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Any links to Bing.com properties in the response objects apply the specified language.",
"in": "header",
"name": "Accept-Language",
"required": false,
"x-ms-client-name": "AcceptLanguage",
"schema": {
"type": "string"
}
},
{
"description": "By default, Bing returns cached content, if available. To prevent Bing from returning cached content, set the Pragma header to no-cache (for example, Pragma: no-cache).",
"in": "header",
"name": "Pragma",
"required": false,
"schema": {
"type": "string"
}
},
{
"description": "The user agent originating the request. Bing uses the user agent to provide mobile users with an optimized experience. Although optional, you are encouraged to always specify this header. The user-agent should be the same string that any commonly used browser sends. For information about user agents, see [RFC 2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). The following are examples of user-agent strings. Windows Phone: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 822). Android: Mozilla / 5.0 (Linux; U; Android 2.3.5; en - us; SCH - I500 Build / GINGERBREAD) AppleWebKit / 533.1 (KHTML; like Gecko) Version / 4.0 Mobile Safari / 533.1. iPhone: Mozilla / 5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit / 536.26 (KHTML; like Gecko) Mobile / 10B142 iPhone4; 1 BingWeb / 3.03.1428.20120423. PC: Mozilla / 5.0 (Windows NT 6.3; WOW64; Trident / 7.0; Touch; rv:11.0) like Gecko. iPad: Mozilla / 5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit / 537.51.1 (KHTML, like Gecko) Version / 7.0 Mobile / 11A465 Safari / 9537.53",
"in": "header",
"name": "User-Agent",
"required": false,
"x-ms-client-name": "UserAgent",
"schema": {
"type": "string"
}
},
{
"description": "Bing uses this header to provide users with consistent behavior across Bing API calls. Bing often flights new features and improvements, and it uses the client ID as a key for assigning traffic on different flights. If you do not use the same client ID for a user across multiple requests, then Bing may assign the user to multiple conflicting flights. Being assigned to multiple conflicting flights can lead to an inconsistent user experience. For example, if the second request has a different flight assignment than the first, the experience may be unexpected. Also, Bing can use the client ID to tailor web results to that client ID’s search history, providing a richer experience for the user. Bing also uses this header to help improve result rankings by analyzing the activity generated by a client ID. The relevance improvements help with better quality of results delivered by Bing APIs and in turn enables higher click-through rates for the API consumer. IMPORTANT: Although optional, you should consider this header required. Persisting the client ID across multiple requests for the same end user and device combination enables 1) the API consumer to receive a consistent user experience, and 2) higher click-through rates via better quality of results from the Bing APIs. Each user that uses your application on the device must have a unique, Bing generated client ID. If you do not include this header in the request, Bing generates an ID and returns it in the X-MSEdge-ClientID response header. The only time that you should NOT include this header in a request is the first time the user uses your app on that device. Use the client ID for each Bing API request that your app makes for this user on the device. Persist the client ID. To persist the ID in a browser app, use a persistent HTTP cookie to ensure the ID is used across all sessions. Do not use a session cookie. For other apps such as mobile apps, use the device's persistent storage to persist the ID. The next time the user uses your app on that device, get the client ID that you persisted. Bing responses may or may not include this header. If the response includes this header, capture the client ID and use it for all subsequent Bing requests for the user on that device. If you include the X-MSEdge-ClientID, you must not include cookies in the request.",
"in": "header",
"name": "X-MSEdge-ClientID",
"required": false,
"x-ms-client-name": "ClientId",
"schema": {
"type": "string"
}
},
{
"description": "The IPv4 or IPv6 address of the client device. The IP address is used to discover the user's location. Bing uses the location information to determine safe search behavior. Although optional, you are encouraged to always specify this header and the X-Search-Location header. Do not obfuscate the address (for example, by changing the last octet to 0). Obfuscating the address results in the location not being anywhere near the device's actual location, which may result in Bing serving erroneous results.",
"in": "header",
"name": "X-MSEdge-ClientIP",
"required": false,
"x-ms-client-name": "ClientIp",
"schema": {
"type": "string"
}
},
{
"description": "A semicolon-delimited list of key/value pairs that describe the client's geographical location. Bing uses the location information to determine safe search behavior and to return relevant local content. Specify the key/value pair as <key>:<value>. The following are the keys that you use to specify the user's location. lat (required): The latitude of the client's location, in degrees. The latitude must be greater than or equal to -90.0 and less than or equal to +90.0. Negative values indicate southern latitudes and positive values indicate northern latitudes. long (required): The longitude of the client's location, in degrees. The longitude must be greater than or equal to -180.0 and less than or equal to +180.0. Negative values indicate western longitudes and positive values indicate eastern longitudes. re (required): The radius, in meters, which specifies the horizontal accuracy of the coordinates. Pass the value returned by the device's location service. Typical values might be 22m for GPS/Wi-Fi, 380m for cell tower triangulation, and 18,000m for reverse IP lookup. ts (optional): The UTC UNIX timestamp of when the client was at the location. (The UNIX timestamp is the number of seconds since January 1, 1970.) head (optional): The client's relative heading or direction of travel. Specify the direction of travel as degrees from 0 through 360, counting clockwise relative to true north. Specify this key only if the sp key is nonzero. sp (optional): The horizontal velocity (speed), in meters per second, that the client device is traveling. alt (optional): The altitude of the client device, in meters. are (optional): The radius, in meters, that specifies the vertical accuracy of the coordinates. Specify this key only if you specify the alt key. Although many of the keys are optional, the more information that you provide, the more accurate the location results are. Although optional, you are encouraged to always specify the user's geographical location. Providing the location is especially important if the client's IP address does not accurately reflect the user's physical location (for example, if the client uses VPN). For optimal results, you should include this header and the X-MSEdge-ClientIP header, but at a minimum, you should include this header.",
"in": "header",
"name": "X-Search-Location",
"required": false,
"x-ms-client-name": "Location",
"schema": {
"type": "string"
}
},
{
"description": "A 2-character country code of the country where the results come from. This API supports only the United States market. If you specify this query parameter, it must be set to us. If you set this parameter, you must also specify the Accept-Language header. Bing uses the first supported language it finds from the languages list, and combine that language with the country code that you specify to determine the market to return results for. If the languages list does not include a supported language, Bing finds the closest language and market that supports the request, or it may use an aggregated or default market for the results instead of a specified one. You should use this query parameter and the Accept-Language query parameter only if you specify multiple languages; otherwise, you should use the mkt and setLang query parameters. This parameter and the mkt query parameter are mutually exclusive—do not specify both.",
"in": "query",
"name": "cc",
"required": false,
"x-ms-client-name": "CountryCode",
"schema": {
"type": "string"
}
},
{
"description": "The market where the results come from. You are strongly encouraged to always specify the market, if known. Specifying the market helps Bing route the request and return an appropriate and optimal response. This parameter and the cc query parameter are mutually exclusive—do not specify both.",
"in": "query",
"name": "mkt",
"required": false,
"x-ms-client-name": "Market",
"schema": {
"type": "string",
"default": "en-us"
}
},
{
"description": "The user's search term.",
"in": "query",
"name": "q",
"required": true,
"x-ms-client-name": "Query",
"schema": {
"type": "string"
},
"examples": {
"Successful query": {
"value": "a"
}
}
},
{
"description": "Filter suggestions for adult content. The following are the possible filter values. Off: Return suggestions with adult text, images, or videos. Moderate: Return suggestion with adult text but not adult images or videos. Strict: Do not return news articles with adult text, images, or videos. If the request comes from a market that Bing's adult policy requires that safeSearch is set to Strict, Bing ignores the safeSearch value and uses Strict. If you use the site: query operator, there is the chance that the response may contain adult content regardless of what the safeSearch query parameter is set to. Use site: only if you are aware of the content on the site and your scenario supports the possibility of adult content.",
"in": "query",
"name": "safeSearch",
"required": false,
"x-ms-client-name": "SafeSearch",
"x-ms-enum": {
"modelAsString": true,
"name": "SafeSearch"
},
"schema": {
"type": "string",
"enum": [
"Off",
"Moderate",
"Strict"
]
}
},
{
"description": "The language to use for user interface strings. Specify the language using the ISO 639-1 2-letter language code. For example, the language code for English is EN. The default is EN (English). Although optional, you should always specify the language. Typically, you set setLang to the same language specified by mkt unless the user wants the user interface strings displayed in a different language. This parameter and the Accept-Language header are mutually exclusive; do not specify both. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Also, any links to Bing.com properties in the response objects apply the specified language.",
"in": "query",
"name": "setLang",
"required": false,
"x-ms-client-name": "SetLang",
"schema": {
"type": "string"
}
},
{
"description": "The media type to use for the response. The following are the possible case-insensitive values: JSON, JSONLD. The default is JSON. If you specify JSONLD, the response body includes JSON-LD objects that contain the search results.",
"in": "query",
"name": "ResponseFormat",
"required": false,
"style": "form",
"explode": false,
"schema": {
"type": "array",
"items": {
"enum": [
"Json",
"JsonLd"
],
"type": "string",
"x-ms-enum": {
"modelAsString": true,
"name": "ResponseFormat"
}
}
}
}
],
"responses": {
"200": {
"description": "Success.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Suggestions"
},
"examples": {
"Successful query": {
"$ref": "#/components/examples/Successful_query"
}
}
}
}
},
"default": {
"description": "An error has occurred. Check the response type and/or status code for more details.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
}
},
"summary": "The AutoSuggest API lets you send a search query to Bing and get back a list of query suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.",
"tags": [
"AutoSuggest"
]
}
}
},
"servers": [
{
"url": "https://api.cognitive.microsoft.com/bing/v7.0"
},
{
"url": "{Endpoint}/bing/v7.0",
"variables": {
"undefined": {
"default": "https://api.cognitive.microsoft.com",
"description": "Supported Cognitive Services endpoints (protocol and hostname, for example: \"https://westus.api.cognitive.microsoft.com\", \"https://api.cognitive.microsoft.com\").",
"x-ms-parameter-location": "client",
"x-ms-skip-url-encoding": true
}
}
}
],
"components": {
"examples": {
"Successful_query": {
"value": {
"_type": "Suggestions",
"queryContext": {
"_type": "QueryContext",
"originalQuery": "a"
},
"suggestionGroups": [
{
"_type": "Suggestions/SuggestionGroup",
"name": "Web",
"searchSuggestions": [
{
"_type": "SearchAction",
"displayText": "amazon",
"query": "amazon",
"searchKind": "WebSearch",
"url": "https://www.bing.com/search?q=amazon&FORM=USBAPI"
},
{
"_type": "SearchAction",
"displayText": "alaska airlines",
"query": "alaska airlines",
"searchKind": "WebSearch",
"url": "https://www.bing.com/search?q=alaska+airlines&FORM=USBAPI"
},
{
"_type": "SearchAction",
"displayText": "aol",
"query": "aol",
"searchKind": "WebSearch",
"url": "https://www.bing.com/search?q=aol&FORM=USBAPI"
},
{
"_type": "SearchAction",
"displayText": "amazon prime",
"query": "amazon prime",
"searchKind": "WebSearch",
"url": "https://www.bing.com/search?q=amazon+prime&FORM=USBAPI"
},
{
"_type": "SearchAction",
"displayText": "airbnb",
"query": "airbnb",
"searchKind": "WebSearch",
"url": "https://www.bing.com/search?q=airbnb&FORM=USBAPI"
},
{
"_type": "SearchAction",
"displayText": "american express",
"query": "american express",
"searchKind": "WebSearch",
"url": "https://www.bing.com/search?q=american+express&FORM=USBAPI"
},
{
"_type": "SearchAction",
"displayText": "autotrader",
"query": "autotrader",
"searchKind": "WebSearch",
"url": "https://www.bing.com/search?q=autotrader&FORM=USBAPI"
},
{
"_type": "SearchAction",
"displayText": "autozone",
"query": "autozone",
"searchKind": "WebSearch",
"url": "https://www.bing.com/search?q=autozone&FORM=USBAPI"
}
]
}
]
}
}
},
"parameters": {
"x-bingapis-sdk": {
"description": "Activate swagger compliance",
"in": "header",
"name": "X-BingApis-SDK",
"required": true,
"x-ms-enum": {
"modelAsString": true,
"name": "XBingApisSDK"
},
"x-ms-parameter-location": "method",
"schema": {
"type": "string",
"enum": [
"true"
]
},
"examples": {
"Successful query": {
"value": "true"
}
}
}
},
"securitySchemes": {
"apiKeyHeader": {
"in": "header",
"name": "Ocp-Apim-Subscription-Key",
"type": "apiKey"
}
},
"schemas": {
"Action": {
"allOf": [
{
"$ref": "#/components/schemas/CreativeWork"
}
],
"properties": {
"displayName": {
"readOnly": true,
"type": "string"
},
"isTopAction": {
"readOnly": true,
"type": "boolean"
},
"result": {
"items": {
"$ref": "#/components/schemas/Thing"
},
"readOnly": true,
"type": "array"
},
"serviceUrl": {
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"Answer": {
"allOf": [
{
"$ref": "#/components/schemas/Response"
}
],
"description": "Defines an answer.",
"type": "object"
},
"CreativeWork": {
"allOf": [
{
"$ref": "#/components/schemas/Thing"
}
],
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
"properties": {
"about": {
"description": "For internal use only.",
"items": {
"$ref": "#/components/schemas/Thing"
},
"readOnly": true,
"type": "array"
},
"commentCount": {
"format": "int32",
"readOnly": true,
"type": "integer"
},
"copyrightHolder": {
"$ref": "#/components/schemas/Thing"
},
"copyrightYear": {
"format": "int32",
"readOnly": true,
"type": "integer"
},
"creator": {
"$ref": "#/components/schemas/Thing"
},
"disclaimer": {
"readOnly": true,
"type": "string"
},
"discussionUrl": {
"readOnly": true,
"type": "string"
},
"genre": {
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"headLine": {
"readOnly": true,
"type": "string"
},
"isAccessibleForFree": {
"readOnly": true,
"type": "boolean"
},
"isFamilyFriendly": {
"readOnly": true,
"type": "boolean"
},
"mainEntity": {
"$ref": "#/components/schemas/Thing"
},
"mentions": {
"description": "For internal use only.",
"items": {
"$ref": "#/components/schemas/Thing"
},
"readOnly": true,
"type": "array"
},
"provider": {
"description": "The source of the creative work.",
"items": {
"$ref": "#/components/schemas/Thing"
},
"readOnly": true,
"type": "array"
},
"text": {
"description": "Text content of this creative work",
"readOnly": true,
"type": "string"
},
"thumbnailUrl": {
"description": "The URL to a thumbnail of the item.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"Error": {
"description": "Defines the error that occurred.",
"discriminator": {
"propertyName": "_type"
},
"properties": {
"_type": {
"type": "string"
},
"code": {
"default": "None",
"description": "The error code that identifies the category of error.",
"enum": [
"None",
"ServerError",
"InvalidRequest",
"RateLimitExceeded",
"InvalidAuthorization",
"InsufficientAuthorization"
],
"type": "string",
"x-ms-enum": {
"modelAsString": true,
"name": "ErrorCode"
}
},
"message": {
"description": "A description of the error.",
"type": "string"
},
"moreDetails": {
"description": "A description that provides additional information about the error.",
"readOnly": true,
"type": "string"
},
"parameter": {
"description": "The parameter in the request that caused the error.",
"readOnly": true,
"type": "string"
},
"value": {
"description": "The parameter's value in the request that was not valid.",
"readOnly": true,
"type": "string"
}
},
"required": [
"code",
"message",
"_type"
],
"type": "object"
},
"ErrorResponse": {
"allOf": [
{
"$ref": "#/components/schemas/Response"
}
],
"description": "The top-level response that represents a failed request.",
"properties": {
"errors": {
"description": "A list of errors that describe the reasons why the request failed.",
"items": {
"$ref": "#/components/schemas/Error"
},
"type": "array"
}
},
"required": [
"errors"
],
"type": "object"
},
"Identifiable": {
"allOf": [
{
"$ref": "#/components/schemas/ResponseBase"
}
],
"description": "Defines the identity of a resource.",
"properties": {
"id": {
"description": "A String identifier.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"QueryContext": {
"description": "Defines the query context that Bing used for the request.",
"discriminator": {
"propertyName": "_type"
},
"properties": {
"_type": {
"type": "string"
},
"adultIntent": {
"description": "A Boolean value that indicates whether the specified query has adult intent. The value is true if the query has adult intent; otherwise, false.",
"readOnly": true,
"type": "boolean"
},
"alterationOverrideQuery": {
"description": "The query string to use to force Bing to use the original string. For example, if the query string is \"saling downwind\", the override query string will be \"+saling downwind\". Remember to encode the query string which results in \"%2Bsaling+downwind\". This field is included only if the original query string contains a spelling mistake.",
"readOnly": true,
"type": "string"
},
"alteredQuery": {
"description": "The query string used by Bing to perform the query. Bing uses the altered query string if the original query string contained spelling mistakes. For example, if the query string is \"saling downwind\", the altered query string will be \"sailing downwind\". This field is included only if the original query string contains a spelling mistake.",
"readOnly": true,
"type": "string"
},
"askUserForLocation": {
"description": "A Boolean value that indicates whether Bing requires the user's location to provide accurate results. If you specified the user's location by using the X-MSEdge-ClientIP and X-Search-Location headers, you can ignore this field. For location aware queries, such as \"today's weather\" or \"restaurants near me\" that need the user's location to provide accurate results, this field is set to true. For location aware queries that include the location (for example, \"Seattle weather\"), this field is set to false. This field is also set to false for queries that are not location aware, such as \"best sellers\".",
"readOnly": true,
"type": "boolean"
},
"isTransactional": {
"readOnly": true,
"type": "boolean"
},
"originalQuery": {
"description": "The query string as specified in the request.",
"type": "string"
}
},
"required": [
"originalQuery",
"_type"
],
"type": "object"
},
"Response": {
"allOf": [
{
"$ref": "#/components/schemas/Identifiable"
}
],
"description": "Defines a response. All schemas that could be returned at the root of a response should inherit from this",
"properties": {
"adaptiveCard": {
"readOnly": true,
"type": "string"
},
"immediateAction": {
"items": {
"$ref": "#/components/schemas/Action"
},
"readOnly": true,
"type": "array"
},
"potentialAction": {
"items": {
"$ref": "#/components/schemas/Action"
},
"readOnly": true,
"type": "array"
},
"preferredClickthroughUrl": {
"readOnly": true,
"type": "string"
},
"readLink": {
"description": "The URL that returns this resource.",
"readOnly": true,
"type": "string"
},
"webSearchUrl": {
"description": "The URL To Bing's search result for this item.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"ResponseBase": {
"description": "Response base",
"discriminator": {
"propertyName": "_type"
},
"properties": {
"_type": {
"type": "string"
}
},
"required": [
"_type"
],
"type": "object"
},
"SearchAction": {
"allOf": [
{
"$ref": "#/components/schemas/Action"
}
],
"properties": {
"displayText": {
"readOnly": true,
"type": "string"
},
"query": {
"readOnly": true,
"type": "string"
},
"searchKind": {
"default": "WebSearch",
"enum": [
"WebSearch",
"HistorySearch",
"DocumentSearch",
"TagSearch",
"LocationSearch",
"CustomSearch"
],
"readOnly": true,
"type": "string",
"x-ms-enum": {
"modelAsString": true,
"name": "SearchKind"
}
}
},
"type": "object"
},
"SearchResultsAnswer": {
"allOf": [
{
"$ref": "#/components/schemas/Answer"
}
],
"description": "Defines a search result answer.",
"properties": {
"queryContext": {
"$ref": "#/components/schemas/QueryContext"
}
},
"type": "object"
},
"Suggestions": {
"allOf": [
{
"$ref": "#/components/schemas/SearchResultsAnswer"
}
],
"properties": {
"suggestionGroups": {
"items": {
"$ref": "#/components/schemas/SuggestionsSuggestionGroup"
},
"type": "array"
}
},
"required": [
"suggestionGroups"
],
"type": "object"
},
"SuggestionsSuggestionGroup": {
"discriminator": {
"propertyName": "_type"
},
"properties": {
"_type": {
"type": "string"
},
"name": {
"default": "Unknown",
"enum": [
"Unknown",
"Web",
"StoreApps",
"SearchHistory",
"PersonalSearchDocuments",
"PersonalSearchTags",
"Custom"
],
"type": "string",
"x-ms-enum": {
"modelAsString": true,
"name": "ScenarioType"
}
},
"searchSuggestions": {
"items": {
"$ref": "#/components/schemas/SearchAction"
},
"type": "array"
}
},
"required": [
"name",
"searchSuggestions",
"_type"
],
"type": "object",
"x-ms-discriminator-value": "Suggestions/SuggestionGroup"
},
"Thing": {
"allOf": [
{
"$ref": "#/components/schemas/Response"
}
],
"description": "Defines a thing.",
"properties": {
"url": {
"description": "The URL to get more information about the thing represented by this object.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
}
}
}
}