File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed
specs/ingestion/common/schemas
tests/CTS/requests/ingestion Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -118,16 +118,6 @@ DestinationType:
118
118
Data is recorded as user events in the Insights API.
119
119
enum : [search, insights]
120
120
121
- DestinationIndexPrefix :
122
- type : object
123
- additionalProperties : false
124
- properties :
125
- indexPrefix :
126
- type : string
127
- description : String added to the beginning of all indices created by this destination.
128
- required :
129
- - indexPrefix
130
-
131
121
DestinationIndexName :
132
122
type : object
133
123
additionalProperties : false
@@ -164,5 +154,4 @@ AttributesToExclude:
164
154
165
155
DestinationInput :
166
156
oneOf :
167
- - $ref : ' #/DestinationIndexPrefix'
168
157
- $ref : ' #/DestinationIndexName'
Original file line number Diff line number Diff line change 4
4
"type" : " search" ,
5
5
"name" : " destinationName" ,
6
6
"input" : {
7
- "indexPrefix " : " prefix_ "
7
+ "indexName " : " full_name______ "
8
8
},
9
9
"authenticationID" : " 6c02aeb1-775e-418e-870b-1faccd4b2c0f"
10
10
},
15
15
"type" : " search" ,
16
16
"name" : " destinationName" ,
17
17
"input" : {
18
- "indexPrefix " : " prefix_ "
18
+ "indexName " : " full_name______ "
19
19
},
20
20
"authenticationID" : " 6c02aeb1-775e-418e-870b-1faccd4b2c0f"
21
21
}
27
27
"type" : " search" ,
28
28
"name" : " destinationName" ,
29
29
"input" : {
30
- "indexPrefix " : " prefix_ "
30
+ "indexName " : " full_name______ "
31
31
},
32
32
"transformationIDs" : [
33
33
" 6c02aeb1-775e-418e-870b-1faccd4b2c0f"
40
40
"type" : " search" ,
41
41
"name" : " destinationName" ,
42
42
"input" : {
43
- "indexPrefix " : " prefix_ "
43
+ "indexName " : " full_name______ "
44
44
},
45
45
"transformationIDs" : [
46
46
" 6c02aeb1-775e-418e-870b-1faccd4b2c0f"
You can’t perform that action at this time.
0 commit comments