File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4427,9 +4427,6 @@ components:
4427
4427
required :
4428
4428
- snippet
4429
4429
properties :
4430
- snippet :
4431
- type : string
4432
- description : A matching snippet from the document. Query term matches are marked by the unicode characters uE006 and uE007.
4433
4430
mimeType :
4434
4431
type : string
4435
4432
description : The mime type of the snippets, currently either text/plain or text/html.
@@ -4447,6 +4444,10 @@ components:
4447
4444
url :
4448
4445
type : string
4449
4446
description : A URL, generated based on availability, that links to the position of the snippet text or to the nearest header above the snippet text.
4447
+ snippet :
4448
+ type : string
4449
+ deprecated : true
4450
+ description : A matching snippet from the document. Query term matches are marked by the unicode characters uE006 and uE007. Use 'text' field instead.
4450
4451
example :
4451
4452
snippet : snippet
4452
4453
mimeType : mimeType
You can’t perform that action at this time.
0 commit comments