Skip to content

Commit 1c0972a

Browse files
committed
chore: destination input
1 parent 28a262c commit 1c0972a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

specs/ingestion/common/schemas/destination.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ DestinationType:
121121
Data is recorded as user events in the Insights API.
122122
enum: [search, insights]
123123

124-
DestinationIndexName:
124+
DestinationInput:
125125
type: object
126126
additionalProperties: false
127127
properties:
@@ -154,7 +154,3 @@ AttributesToExclude:
154154
Use `*` as wildcard: `foo.[*].bar` excludes `bar` from all elements of the `foo` array.
155155
items:
156156
type: string
157-
158-
DestinationInput:
159-
oneOf:
160-
- $ref: '#/DestinationIndexName'

0 commit comments

Comments
 (0)