Skip to content

Commit c9914b1

Browse files
algolia-botkai687shortcuts
committed
fix(specs): add titles to oneOf options (#4929) (generated) [skip ci]
Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent f91b4e4 commit c9914b1

File tree

13 files changed

+78
-0
lines changed

13 files changed

+78
-0
lines changed

docs/bundled/composition-full.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,6 +2065,7 @@
20652065
]
20662066
},
20672067
"highlightResultOption": {
2068+
"title": "highlightResultOption",
20682069
"type": "object",
20692070
"description": "Surround words that match the query with HTML tags for highlighting.",
20702071
"additionalProperties": false,
@@ -2101,6 +2102,7 @@
21012102
]
21022103
},
21032104
"highlightResultMap": {
2105+
"title": "highlightResultMap",
21042106
"type": "object",
21052107
"description": "Surround words that match the query with HTML tags for highlighting.",
21062108
"x-is-free-form": false,
@@ -2123,13 +2125,15 @@
21232125
]
21242126
},
21252127
"highlightResultArray": {
2128+
"title": "highlightResultArray",
21262129
"type": "array",
21272130
"description": "Surround words that match the query with HTML tags for highlighting.",
21282131
"items": {
21292132
"$ref": "#/components/schemas/highlightResult"
21302133
}
21312134
},
21322135
"snippetResultOption": {
2136+
"title": "snippetResultOption",
21332137
"type": "object",
21342138
"description": "Snippets that show the context around a matching search query.",
21352139
"additionalProperties": false,
@@ -2150,6 +2154,7 @@
21502154
]
21512155
},
21522156
"snippetResultMap": {
2157+
"title": "snippetResultMap",
21532158
"type": "object",
21542159
"description": "Snippets that show the context around a matching search query.",
21552160
"x-is-free-form": false,
@@ -2172,6 +2177,7 @@
21722177
]
21732178
},
21742179
"snippetResultArray": {
2180+
"title": "snippetResultArray",
21752181
"type": "array",
21762182
"description": "Snippets that show the context around a matching search query.",
21772183
"items": {

docs/bundled/composition-full.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,7 @@ components:
21172117
- partial
21182118
- full
21192119
highlightResultOption:
2120+
title: highlightResultOption
21202121
type: object
21212122
description: Surround words that match the query with HTML tags for highlighting.
21222123
additionalProperties: false
@@ -2143,6 +2144,7 @@ components:
21432144
- matchLevel
21442145
- matchedWords
21452146
highlightResultMap:
2147+
title: highlightResultMap
21462148
type: object
21472149
description: Surround words that match the query with HTML tags for highlighting.
21482150
x-is-free-form: false
@@ -2155,11 +2157,13 @@ components:
21552157
- $ref: '#/components/schemas/highlightResultMap'
21562158
- $ref: '#/components/schemas/highlightResultArray'
21572159
highlightResultArray:
2160+
title: highlightResultArray
21582161
type: array
21592162
description: Surround words that match the query with HTML tags for highlighting.
21602163
items:
21612164
$ref: '#/components/schemas/highlightResult'
21622165
snippetResultOption:
2166+
title: snippetResultOption
21632167
type: object
21642168
description: Snippets that show the context around a matching search query.
21652169
additionalProperties: false
@@ -2174,6 +2178,7 @@ components:
21742178
x-discriminator-fields:
21752179
- matchLevel
21762180
snippetResultMap:
2181+
title: snippetResultMap
21772182
type: object
21782183
description: Snippets that show the context around a matching search query.
21792184
x-is-free-form: false
@@ -2186,6 +2191,7 @@ components:
21862191
- $ref: '#/components/schemas/snippetResultMap'
21872192
- $ref: '#/components/schemas/snippetResultArray'
21882193
snippetResultArray:
2194+
title: snippetResultArray
21892195
type: array
21902196
description: Snippets that show the context around a matching search query.
21912197
items:

docs/bundled/composition.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,7 @@
12591259
]
12601260
},
12611261
"highlightResultOption": {
1262+
"title": "highlightResultOption",
12621263
"type": "object",
12631264
"description": "Surround words that match the query with HTML tags for highlighting.",
12641265
"additionalProperties": false,
@@ -1295,6 +1296,7 @@
12951296
]
12961297
},
12971298
"highlightResultMap": {
1299+
"title": "highlightResultMap",
12981300
"type": "object",
12991301
"description": "Surround words that match the query with HTML tags for highlighting.",
13001302
"x-is-free-form": false,
@@ -1317,13 +1319,15 @@
13171319
]
13181320
},
13191321
"highlightResultArray": {
1322+
"title": "highlightResultArray",
13201323
"type": "array",
13211324
"description": "Surround words that match the query with HTML tags for highlighting.",
13221325
"items": {
13231326
"$ref": "#/components/schemas/highlightResult"
13241327
}
13251328
},
13261329
"snippetResultOption": {
1330+
"title": "snippetResultOption",
13271331
"type": "object",
13281332
"description": "Snippets that show the context around a matching search query.",
13291333
"additionalProperties": false,
@@ -1344,6 +1348,7 @@
13441348
]
13451349
},
13461350
"snippetResultMap": {
1351+
"title": "snippetResultMap",
13471352
"type": "object",
13481353
"description": "Snippets that show the context around a matching search query.",
13491354
"x-is-free-form": false,
@@ -1366,6 +1371,7 @@
13661371
]
13671372
},
13681373
"snippetResultArray": {
1374+
"title": "snippetResultArray",
13691375
"type": "array",
13701376
"description": "Snippets that show the context around a matching search query.",
13711377
"items": {

docs/bundled/composition.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,6 +1888,7 @@ components:
18881888
- partial
18891889
- full
18901890
highlightResultOption:
1891+
title: highlightResultOption
18911892
type: object
18921893
description: Surround words that match the query with HTML tags for highlighting.
18931894
additionalProperties: false
@@ -1914,6 +1915,7 @@ components:
19141915
- matchLevel
19151916
- matchedWords
19161917
highlightResultMap:
1918+
title: highlightResultMap
19171919
type: object
19181920
description: Surround words that match the query with HTML tags for highlighting.
19191921
x-is-free-form: false
@@ -1926,11 +1928,13 @@ components:
19261928
- $ref: '#/components/schemas/highlightResultMap'
19271929
- $ref: '#/components/schemas/highlightResultArray'
19281930
highlightResultArray:
1931+
title: highlightResultArray
19291932
type: array
19301933
description: Surround words that match the query with HTML tags for highlighting.
19311934
items:
19321935
$ref: '#/components/schemas/highlightResult'
19331936
snippetResultOption:
1937+
title: snippetResultOption
19341938
type: object
19351939
description: Snippets that show the context around a matching search query.
19361940
additionalProperties: false
@@ -1945,6 +1949,7 @@ components:
19451949
x-discriminator-fields:
19461950
- matchLevel
19471951
snippetResultMap:
1952+
title: snippetResultMap
19481953
type: object
19491954
description: Snippets that show the context around a matching search query.
19501955
x-is-free-form: false
@@ -1957,6 +1962,7 @@ components:
19571962
- $ref: '#/components/schemas/snippetResultMap'
19581963
- $ref: '#/components/schemas/snippetResultArray'
19591964
snippetResultArray:
1965+
title: snippetResultArray
19601966
type: array
19611967
description: Snippets that show the context around a matching search query.
19621968
items:

docs/bundled/recommend.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3023,6 +3023,7 @@
30233023
]
30243024
},
30253025
"highlightResultOption": {
3026+
"title": "highlightResultOption",
30263027
"type": "object",
30273028
"description": "Surround words that match the query with HTML tags for highlighting.",
30283029
"additionalProperties": false,
@@ -3059,6 +3060,7 @@
30593060
]
30603061
},
30613062
"highlightResultMap": {
3063+
"title": "highlightResultMap",
30623064
"type": "object",
30633065
"description": "Surround words that match the query with HTML tags for highlighting.",
30643066
"x-is-free-form": false,
@@ -3081,13 +3083,15 @@
30813083
]
30823084
},
30833085
"highlightResultArray": {
3086+
"title": "highlightResultArray",
30843087
"type": "array",
30853088
"description": "Surround words that match the query with HTML tags for highlighting.",
30863089
"items": {
30873090
"$ref": "#/components/schemas/highlightResult"
30883091
}
30893092
},
30903093
"snippetResultOption": {
3094+
"title": "snippetResultOption",
30913095
"type": "object",
30923096
"description": "Snippets that show the context around a matching search query.",
30933097
"additionalProperties": false,
@@ -3108,6 +3112,7 @@
31083112
]
31093113
},
31103114
"snippetResultMap": {
3115+
"title": "snippetResultMap",
31113116
"type": "object",
31123117
"description": "Snippets that show the context around a matching search query.",
31133118
"x-is-free-form": false,
@@ -3130,6 +3135,7 @@
31303135
]
31313136
},
31323137
"snippetResultArray": {
3138+
"title": "snippetResultArray",
31333139
"type": "array",
31343140
"description": "Snippets that show the context around a matching search query.",
31353141
"items": {

docs/bundled/recommend.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5749,6 +5749,7 @@ components:
57495749
- partial
57505750
- full
57515751
highlightResultOption:
5752+
title: highlightResultOption
57525753
type: object
57535754
description: Surround words that match the query with HTML tags for highlighting.
57545755
additionalProperties: false
@@ -5775,6 +5776,7 @@ components:
57755776
- matchLevel
57765777
- matchedWords
57775778
highlightResultMap:
5779+
title: highlightResultMap
57785780
type: object
57795781
description: Surround words that match the query with HTML tags for highlighting.
57805782
x-is-free-form: false
@@ -5787,11 +5789,13 @@ components:
57875789
- $ref: '#/components/schemas/highlightResultMap'
57885790
- $ref: '#/components/schemas/highlightResultArray'
57895791
highlightResultArray:
5792+
title: highlightResultArray
57905793
type: array
57915794
description: Surround words that match the query with HTML tags for highlighting.
57925795
items:
57935796
$ref: '#/components/schemas/highlightResult'
57945797
snippetResultOption:
5798+
title: snippetResultOption
57955799
type: object
57965800
description: Snippets that show the context around a matching search query.
57975801
additionalProperties: false
@@ -5806,6 +5810,7 @@ components:
58065810
x-discriminator-fields:
58075811
- matchLevel
58085812
snippetResultMap:
5813+
title: snippetResultMap
58095814
type: object
58105815
description: Snippets that show the context around a matching search query.
58115816
x-is-free-form: false
@@ -5818,6 +5823,7 @@ components:
58185823
- $ref: '#/components/schemas/snippetResultMap'
58195824
- $ref: '#/components/schemas/snippetResultArray'
58205825
snippetResultArray:
5826+
title: snippetResultArray
58215827
type: array
58225828
description: Snippets that show the context around a matching search query.
58235829
items:

docs/bundled/search.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6309,6 +6309,7 @@
63096309
]
63106310
},
63116311
"highlightResultOption": {
6312+
"title": "highlightResultOption",
63126313
"type": "object",
63136314
"description": "Surround words that match the query with HTML tags for highlighting.",
63146315
"additionalProperties": false,
@@ -6345,6 +6346,7 @@
63456346
]
63466347
},
63476348
"highlightResultMap": {
6349+
"title": "highlightResultMap",
63486350
"type": "object",
63496351
"description": "Surround words that match the query with HTML tags for highlighting.",
63506352
"x-is-free-form": false,
@@ -6367,13 +6369,15 @@
63676369
]
63686370
},
63696371
"highlightResultArray": {
6372+
"title": "highlightResultArray",
63706373
"type": "array",
63716374
"description": "Surround words that match the query with HTML tags for highlighting.",
63726375
"items": {
63736376
"$ref": "#/components/schemas/highlightResult"
63746377
}
63756378
},
63766379
"snippetResultOption": {
6380+
"title": "snippetResultOption",
63776381
"type": "object",
63786382
"description": "Snippets that show the context around a matching search query.",
63796383
"additionalProperties": false,
@@ -6394,6 +6398,7 @@
63946398
]
63956399
},
63966400
"snippetResultMap": {
6401+
"title": "snippetResultMap",
63976402
"type": "object",
63986403
"description": "Snippets that show the context around a matching search query.",
63996404
"x-is-free-form": false,
@@ -6416,6 +6421,7 @@
64166421
]
64176422
},
64186423
"snippetResultArray": {
6424+
"title": "snippetResultArray",
64196425
"type": "array",
64206426
"description": "Snippets that show the context around a matching search query.",
64216427
"items": {

docs/bundled/search.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21118,6 +21118,7 @@ components:
2111821118
- partial
2111921119
- full
2112021120
highlightResultOption:
21121+
title: highlightResultOption
2112121122
type: object
2112221123
description: Surround words that match the query with HTML tags for highlighting.
2112321124
additionalProperties: false
@@ -21144,6 +21145,7 @@ components:
2114421145
- matchLevel
2114521146
- matchedWords
2114621147
highlightResultMap:
21148+
title: highlightResultMap
2114721149
type: object
2114821150
description: Surround words that match the query with HTML tags for highlighting.
2114921151
x-is-free-form: false
@@ -21156,11 +21158,13 @@ components:
2115621158
- $ref: '#/components/schemas/highlightResultMap'
2115721159
- $ref: '#/components/schemas/highlightResultArray'
2115821160
highlightResultArray:
21161+
title: highlightResultArray
2115921162
type: array
2116021163
description: Surround words that match the query with HTML tags for highlighting.
2116121164
items:
2116221165
$ref: '#/components/schemas/highlightResult'
2116321166
snippetResultOption:
21167+
title: snippetResultOption
2116421168
type: object
2116521169
description: Snippets that show the context around a matching search query.
2116621170
additionalProperties: false
@@ -21175,6 +21179,7 @@ components:
2117521179
x-discriminator-fields:
2117621180
- matchLevel
2117721181
snippetResultMap:
21182+
title: snippetResultMap
2117821183
type: object
2117921184
description: Snippets that show the context around a matching search query.
2118021185
x-is-free-form: false
@@ -21187,6 +21192,7 @@ components:
2118721192
- $ref: '#/components/schemas/snippetResultMap'
2118821193
- $ref: '#/components/schemas/snippetResultArray'
2118921194
snippetResultArray:
21195+
title: snippetResultArray
2119021196
type: array
2119121197
description: Snippets that show the context around a matching search query.
2119221198
items:

0 commit comments

Comments
 (0)