Skip to content

Commit 1ef12f1

Browse files
Update schema for latest release
1 parent 40f0607 commit 1ef12f1

2 files changed

Lines changed: 185 additions & 0 deletions

File tree

schema/latest/pipelines-schema.json

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,23 @@
693693
"title": "AI Config",
694694
"type": "object"
695695
},
696+
"FAQSuggestionsConfig": {
697+
"description": "additional options for getting FAQ suggestions",
698+
"engine": [
699+
"elasticsearch",
700+
"opensearch"
701+
],
702+
"properties": {
703+
"sectionLabel": {
704+
"type": "string"
705+
},
706+
"size": {
707+
"type": "integer"
708+
}
709+
},
710+
"title": "FAQSuggestionsConfig",
711+
"type": "object"
712+
},
696713
"after": {
697714
"description": "pagination for aggregations",
698715
"engine": [
@@ -896,6 +913,15 @@
896913
"title": "enableEndpointSuggestions",
897914
"type": "boolean"
898915
},
916+
"enableFAQSuggestions": {
917+
"description": "whether or not to enable FAQ suggestions",
918+
"engine": [
919+
"elasticsearch",
920+
"opensearch"
921+
],
922+
"title": "enableFAQSuggestions",
923+
"type": "boolean"
924+
},
899925
"enableFeaturedSuggestions": {
900926
"description": "whether or not to enable featured suggestions",
901927
"engine": [
@@ -1861,6 +1887,23 @@
18611887
"title": "AI Config",
18621888
"type": "object"
18631889
},
1890+
"FAQSuggestionsConfig": {
1891+
"description": "additional options for getting FAQ suggestions",
1892+
"engine": [
1893+
"elasticsearch",
1894+
"opensearch"
1895+
],
1896+
"properties": {
1897+
"sectionLabel": {
1898+
"type": "string"
1899+
},
1900+
"size": {
1901+
"type": "integer"
1902+
}
1903+
},
1904+
"title": "FAQSuggestionsConfig",
1905+
"type": "object"
1906+
},
18641907
"after": {
18651908
"description": "pagination for aggregations",
18661909
"engine": [
@@ -2064,6 +2107,15 @@
20642107
"title": "enableEndpointSuggestions",
20652108
"type": "boolean"
20662109
},
2110+
"enableFAQSuggestions": {
2111+
"description": "whether or not to enable FAQ suggestions",
2112+
"engine": [
2113+
"elasticsearch",
2114+
"opensearch"
2115+
],
2116+
"title": "enableFAQSuggestions",
2117+
"type": "boolean"
2118+
},
20672119
"enableFeaturedSuggestions": {
20682120
"description": "whether or not to enable featured suggestions",
20692121
"engine": [
@@ -2774,6 +2826,23 @@
27742826
"title": "AI Config",
27752827
"type": "object"
27762828
},
2829+
"FAQSuggestionsConfig": {
2830+
"description": "additional options for getting FAQ suggestions",
2831+
"engine": [
2832+
"elasticsearch",
2833+
"opensearch"
2834+
],
2835+
"properties": {
2836+
"sectionLabel": {
2837+
"type": "string"
2838+
},
2839+
"size": {
2840+
"type": "integer"
2841+
}
2842+
},
2843+
"title": "FAQSuggestionsConfig",
2844+
"type": "object"
2845+
},
27772846
"after": {
27782847
"description": "pagination for aggregations",
27792848
"engine": [
@@ -2977,6 +3046,15 @@
29773046
"title": "enableEndpointSuggestions",
29783047
"type": "boolean"
29793048
},
3049+
"enableFAQSuggestions": {
3050+
"description": "whether or not to enable FAQ suggestions",
3051+
"engine": [
3052+
"elasticsearch",
3053+
"opensearch"
3054+
],
3055+
"title": "enableFAQSuggestions",
3056+
"type": "boolean"
3057+
},
29803058
"enableFeaturedSuggestions": {
29813059
"description": "whether or not to enable featured suggestions",
29823060
"engine": [
@@ -3687,6 +3765,23 @@
36873765
"title": "AI Config",
36883766
"type": "object"
36893767
},
3768+
"FAQSuggestionsConfig": {
3769+
"description": "additional options for getting FAQ suggestions",
3770+
"engine": [
3771+
"elasticsearch",
3772+
"opensearch"
3773+
],
3774+
"properties": {
3775+
"sectionLabel": {
3776+
"type": "string"
3777+
},
3778+
"size": {
3779+
"type": "integer"
3780+
}
3781+
},
3782+
"title": "FAQSuggestionsConfig",
3783+
"type": "object"
3784+
},
36903785
"after": {
36913786
"description": "pagination for aggregations",
36923787
"engine": [
@@ -3890,6 +3985,15 @@
38903985
"title": "enableEndpointSuggestions",
38913986
"type": "boolean"
38923987
},
3988+
"enableFAQSuggestions": {
3989+
"description": "whether or not to enable FAQ suggestions",
3990+
"engine": [
3991+
"elasticsearch",
3992+
"opensearch"
3993+
],
3994+
"title": "enableFAQSuggestions",
3995+
"type": "boolean"
3996+
},
38933997
"enableFeaturedSuggestions": {
38943998
"description": "whether or not to enable featured suggestions",
38953999
"engine": [
@@ -4600,6 +4704,23 @@
46004704
"title": "AI Config",
46014705
"type": "object"
46024706
},
4707+
"FAQSuggestionsConfig": {
4708+
"description": "additional options for getting FAQ suggestions",
4709+
"engine": [
4710+
"elasticsearch",
4711+
"opensearch"
4712+
],
4713+
"properties": {
4714+
"sectionLabel": {
4715+
"type": "string"
4716+
},
4717+
"size": {
4718+
"type": "integer"
4719+
}
4720+
},
4721+
"title": "FAQSuggestionsConfig",
4722+
"type": "object"
4723+
},
46034724
"after": {
46044725
"description": "pagination for aggregations",
46054726
"engine": [
@@ -4803,6 +4924,15 @@
48034924
"title": "enableEndpointSuggestions",
48044925
"type": "boolean"
48054926
},
4927+
"enableFAQSuggestions": {
4928+
"description": "whether or not to enable FAQ suggestions",
4929+
"engine": [
4930+
"elasticsearch",
4931+
"opensearch"
4932+
],
4933+
"title": "enableFAQSuggestions",
4934+
"type": "boolean"
4935+
},
48064936
"enableFeaturedSuggestions": {
48074937
"description": "whether or not to enable featured suggestions",
48084938
"engine": [
@@ -5513,6 +5643,23 @@
55135643
"title": "AI Config",
55145644
"type": "object"
55155645
},
5646+
"FAQSuggestionsConfig": {
5647+
"description": "additional options for getting FAQ suggestions",
5648+
"engine": [
5649+
"elasticsearch",
5650+
"opensearch"
5651+
],
5652+
"properties": {
5653+
"sectionLabel": {
5654+
"type": "string"
5655+
},
5656+
"size": {
5657+
"type": "integer"
5658+
}
5659+
},
5660+
"title": "FAQSuggestionsConfig",
5661+
"type": "object"
5662+
},
55165663
"after": {
55175664
"description": "pagination for aggregations",
55185665
"engine": [
@@ -5716,6 +5863,15 @@
57165863
"title": "enableEndpointSuggestions",
57175864
"type": "boolean"
57185865
},
5866+
"enableFAQSuggestions": {
5867+
"description": "whether or not to enable FAQ suggestions",
5868+
"engine": [
5869+
"elasticsearch",
5870+
"opensearch"
5871+
],
5872+
"title": "enableFAQSuggestions",
5873+
"type": "boolean"
5874+
},
57195875
"enableFeaturedSuggestions": {
57205876
"description": "whether or not to enable featured suggestions",
57215877
"engine": [

schema/latest/schema.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
"recentSuggestionsConfig",
6464
"enablePopularSuggestions",
6565
"popularSuggestionsConfig",
66+
"enableFAQSuggestions",
67+
"FAQSuggestionsConfig",
6668
"showDistinctSuggestions",
6769
"enablePredictiveSuggestions",
6870
"maxPredictedWords",
@@ -119,6 +121,24 @@
119121
"title": "AI Config",
120122
"type": "object"
121123
},
124+
"FAQSuggestionsConfig": {
125+
"additionalProperties": false,
126+
"description": "additional options for getting FAQ suggestions",
127+
"engine": [
128+
"elasticsearch",
129+
"opensearch"
130+
],
131+
"properties": {
132+
"sectionLabel": {
133+
"type": "string"
134+
},
135+
"size": {
136+
"type": "integer"
137+
}
138+
},
139+
"title": "FAQSuggestionsConfig",
140+
"type": "object"
141+
},
122142
"after": {
123143
"description": "pagination for aggregations",
124144
"engine": [
@@ -398,6 +418,15 @@
398418
"title": "enableEndpointSuggestions",
399419
"type": "boolean"
400420
},
421+
"enableFAQSuggestions": {
422+
"description": "whether or not to enable FAQ suggestions",
423+
"engine": [
424+
"elasticsearch",
425+
"opensearch"
426+
],
427+
"title": "enableFAQSuggestions",
428+
"type": "boolean"
429+
},
401430
"enableFeaturedSuggestions": {
402431
"description": "whether or not to enable featured suggestions",
403432
"engine": [

0 commit comments

Comments
 (0)