Skip to content

Commit 7f9de7c

Browse files
authored
fix(specs): ingestion small fix + added source input descriptions (#5515)
1 parent 8ecec05 commit 7f9de7c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

specs/ingestion/common/schemas/authentication.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ AuthenticationUpdate:
7070
$ref: '#/AuthenticationType'
7171
name:
7272
$ref: './common.yml#/name'
73-
platform:
74-
$ref: '#/Platform'
7573
input:
7674
$ref: '#/AuthInputPartial'
7775

specs/ingestion/common/schemas/source.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ SourceType:
112112

113113
SourceCommercetools:
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

181182
SourceBigCommerce:
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

248250
SourceJSON:
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

266269
SourceCSV:
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

293297
SourceGA4BigQueryExport:
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

316321
SourceBigQuery:
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

349355
SourceDocker:
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

367374
SourceUpdateDocker:
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

390398
SourceUpdateCommercetools:
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

430439
SourceUpdateShopify:
431440
type: object
441+
description: Specific configuration attributes of a `shopify` source.
432442
additionalProperties: false
433443
properties:
434444
featureFlags:

0 commit comments

Comments
 (0)