@@ -112,6 +112,7 @@ SourceType:
112112
113113SourceCommercetools :
114114 type : object
115+ description : Specific configuration attributes of a `commercetools` source.
115116 additionalProperties : false
116117 properties :
117118 storeKeys :
@@ -125,7 +126,7 @@ SourceCommercetools:
125126 items :
126127 type : string
127128 pattern : ' ^[a-z]{2}(-[A-Z]{2})?$'
128- description : Locale specfied as combination of a two-letter language code and an optional two-letter country code.
129+ description : Locale specified as combination of a two-letter language code and an optional two-letter country code.
129130 example : ' fr-FR'
130131 url :
131132 type : string
@@ -180,6 +181,7 @@ CommercetoolsCustomFields:
180181
181182SourceBigCommerce :
182183 type : object
184+ description : Specific configuration attributes of a `bigcommerce` source.
183185 additionalProperties : false
184186 properties :
185187 storeHash :
@@ -247,6 +249,7 @@ UniqueIDColumn:
247249
248250SourceJSON :
249251 type : object
252+ description : Specific configuration attributes of a `json` source.
250253 additionalProperties : false
251254 properties :
252255 url :
@@ -265,6 +268,7 @@ MappingTypeCSV:
265268
266269SourceCSV :
267270 type : object
271+ description : Specific configuration attributes of a `csv` source.
268272 additionalProperties : false
269273 properties :
270274 url :
@@ -292,6 +296,7 @@ SourceCSV:
292296
293297SourceGA4BigQueryExport :
294298 type : object
299+ description : Specific configuration attributes of a `ga4BigqueryExport` source.
295300 additionalProperties : false
296301 properties :
297302 projectID :
@@ -315,6 +320,7 @@ SourceGA4BigQueryExport:
315320
316321SourceBigQuery :
317322 type : object
323+ description : Specific configuration attributes of a `bigquery` source.
318324 additionalProperties : false
319325 properties :
320326 projectID :
@@ -348,6 +354,7 @@ BigQueryDataType:
348354
349355SourceDocker :
350356 type : object
357+ description : Specific configuration attributes of a `docker` source.
351358 additionalProperties : false
352359 properties :
353360 image :
@@ -366,6 +373,7 @@ SourceDocker:
366373
367374SourceUpdateDocker :
368375 type : object
376+ description : Specific configuration attributes of a `docker` source.
369377 additionalProperties : false
370378 properties :
371379 configuration :
@@ -389,6 +397,7 @@ SourceInput:
389397
390398SourceUpdateCommercetools :
391399 type : object
400+ description : Specific configuration attributes of a `commercetools` source.
392401 additionalProperties : false
393402 properties :
394403 storeKeys :
@@ -402,7 +411,7 @@ SourceUpdateCommercetools:
402411 items :
403412 type : string
404413 pattern : ' ^[a-z]{2}(-[A-Z]{2})?$'
405- description : Locale specfied as combination of a two-letter language code and an optional two-letter country code.
414+ description : Locale specified as combination of a two-letter language code and an optional two-letter country code.
406415 example : ' fr-FR'
407416 url :
408417 type : string
@@ -429,6 +438,7 @@ SourceUpdateInput:
429438
430439SourceUpdateShopify :
431440 type : object
441+ description : Specific configuration attributes of a `shopify` source.
432442 additionalProperties : false
433443 properties :
434444 featureFlags :
0 commit comments