File tree Expand file tree Collapse file tree 1 file changed +2
-34
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 1 file changed +2
-34
lines changed Original file line number Diff line number Diff line change @@ -194,41 +194,9 @@ SourceUpdateCommercetools:
194
194
items :
195
195
type : string
196
196
197
- SourceUpdateJSON :
198
- type : object
199
- additionalProperties : false
200
- properties :
201
- url :
202
- type : string
203
- description : The URL of the file.
204
- method :
205
- $ref : ' #/MethodType'
206
- required :
207
- - url
208
-
209
- SourceUpdateCSV :
210
- type : object
211
- additionalProperties : false
212
- properties :
213
- url :
214
- type : string
215
- description : The URL of the file.
216
- uniqueIDColumn :
217
- type : string
218
- description : The name of the column that contains the unique ID.
219
- mapping :
220
- type : object
221
- description : >
222
- Mapping of type for every column. For example {"myColumn": "boolean, "myOtherColumn": "json"}.
223
- additionalProperties :
224
- $ref : ' #/MappingTypeCSV'
225
- method :
226
- $ref : ' #/MethodType'
227
- required :
228
- - url
229
197
230
198
SourceUpdateInput :
231
199
oneOf :
232
200
- $ref : ' #/SourceUpdateCommercetools'
233
- - $ref : ' #/SourceUpdateJSON '
234
- - $ref : ' #/SourceUpdateCSV '
201
+ - $ref : ' #/SourceJSON '
202
+ - $ref : ' #/SourceCSV '
You can’t perform that action at this time.
0 commit comments