We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a262c commit 1c0972aCopy full SHA for 1c0972a
specs/ingestion/common/schemas/destination.yml
@@ -121,7 +121,7 @@ DestinationType:
121
Data is recorded as user events in the Insights API.
122
enum: [search, insights]
123
124
-DestinationIndexName:
+DestinationInput:
125
type: object
126
additionalProperties: false
127
properties:
@@ -154,7 +154,3 @@ AttributesToExclude:
154
Use `*` as wildcard: `foo.[*].bar` excludes `bar` from all elements of the `foo` array.
155
items:
156
type: string
157
-
158
-DestinationInput:
159
- oneOf:
160
- - $ref: '#/DestinationIndexName'
0 commit comments