Skip to content

Commit b2db954

Browse files
committed
chore: destination input model
1 parent 21a6798 commit b2db954

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specs/ingestion/common/schemas/destination.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Destination:
1010
name:
1111
$ref: './common.yml#/name'
1212
input:
13-
$ref: '#/DestinationIndexName'
13+
$ref: '#/DestinationInput'
1414
createdAt:
1515
$ref: './common.yml#/createdAt'
1616
updatedAt:
@@ -36,7 +36,7 @@ DestinationCreate:
3636
name:
3737
$ref: './common.yml#/name'
3838
input:
39-
$ref: '#/DestinationIndexName'
39+
$ref: '#/DestinationInput'
4040
authenticationID:
4141
$ref: './common.yml#/authenticationID'
4242
transformationIDs:
@@ -72,7 +72,7 @@ DestinationUpdate:
7272
name:
7373
$ref: './common.yml#/name'
7474
input:
75-
$ref: '#/DestinationIndexName'
75+
$ref: '#/DestinationInput'
7676
authenticationID:
7777
$ref: './common.yml#/authenticationID'
7878
transformationIDs:
@@ -118,7 +118,7 @@ DestinationType:
118118
Data is recorded as user events in the Insights API.
119119
enum: [search, insights]
120120

121-
DestinationIndexName:
121+
DestinationInput:
122122
type: object
123123
additionalProperties: false
124124
properties:

0 commit comments

Comments
 (0)