File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Destination:
10
10
name :
11
11
$ref : ' ./common.yml#/name'
12
12
input :
13
- $ref : ' #/DestinationIndexName '
13
+ $ref : ' #/DestinationInput '
14
14
createdAt :
15
15
$ref : ' ./common.yml#/createdAt'
16
16
updatedAt :
@@ -36,7 +36,7 @@ DestinationCreate:
36
36
name :
37
37
$ref : ' ./common.yml#/name'
38
38
input :
39
- $ref : ' #/DestinationIndexName '
39
+ $ref : ' #/DestinationInput '
40
40
authenticationID :
41
41
$ref : ' ./common.yml#/authenticationID'
42
42
transformationIDs :
@@ -72,7 +72,7 @@ DestinationUpdate:
72
72
name :
73
73
$ref : ' ./common.yml#/name'
74
74
input :
75
- $ref : ' #/DestinationIndexName '
75
+ $ref : ' #/DestinationInput '
76
76
authenticationID :
77
77
$ref : ' ./common.yml#/authenticationID'
78
78
transformationIDs :
@@ -118,7 +118,7 @@ DestinationType:
118
118
Data is recorded as user events in the Insights API.
119
119
enum : [search, insights]
120
120
121
- DestinationIndexName :
121
+ DestinationInput :
122
122
type : object
123
123
additionalProperties : false
124
124
properties :
You can’t perform that action at this time.
0 commit comments