File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
specs/ingestion/common/schemas Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ DestinationIndexName:
130
130
RecordType :
131
131
type : string
132
132
description : Determines the indexing strategy to use for a given e-commerce source.
133
- enum : [ 'product', 'variant' ]
133
+ enum : ['product', 'variant']
134
134
135
135
DestinationInput :
136
136
oneOf :
Original file line number Diff line number Diff line change @@ -266,6 +266,8 @@ SourceDocker:
266
266
type : object
267
267
additionalProperties : false
268
268
properties :
269
+ imageType :
270
+ $ref : ' #/DockerImageType'
269
271
registry :
270
272
$ref : ' #/DockerRegistry'
271
273
image :
@@ -276,8 +278,6 @@ SourceDocker:
276
278
type : string
277
279
description : The version of the image, defaults to `latest`.
278
280
example : v2.1.0
279
- imageType :
280
- $ref : ' #/DockerImageType'
281
281
configuration :
282
282
type : object
283
283
description : The configuration of the spec.
@@ -287,6 +287,26 @@ SourceDocker:
287
287
- imageType
288
288
- configuration
289
289
290
+ SourceUpdateDocker :
291
+ type : object
292
+ additionalProperties : false
293
+ properties :
294
+ registry :
295
+ $ref : ' #/DockerRegistry'
296
+ image :
297
+ type : string
298
+ description : The name of the image to pull.
299
+ example : algolia/zendesk
300
+ version :
301
+ type : string
302
+ description : The version of the image, defaults to `latest`.
303
+ example : v2.1.0
304
+ configuration :
305
+ type : object
306
+ description : The configuration of the spec.
307
+ required :
308
+ - configuration
309
+
290
310
DockerRegistry :
291
311
type : string
292
312
enum : ['dockerhub', 'ghcr']
@@ -328,4 +348,4 @@ SourceUpdateInput:
328
348
- $ref : ' #/SourceJSON'
329
349
- $ref : ' #/SourceCSV'
330
350
- $ref : ' #/SourceBigQuery'
331
- - $ref : ' #/SourceDocker '
351
+ - $ref : ' #/SourceUpdateDocker '
You can’t perform that action at this time.
0 commit comments