Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions specs/ingestion/common/schemas/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ AuthenticationUpdate:
$ref: '#/AuthenticationType'
name:
$ref: './common.yml#/name'
platform:
$ref: '#/Platform'
input:
$ref: '#/AuthInputPartial'

Expand Down
14 changes: 12 additions & 2 deletions specs/ingestion/common/schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ SourceType:

SourceCommercetools:
type: object
description: Specific configuration attributes of a `commercetools` source.
additionalProperties: false
properties:
storeKeys:
Expand All @@ -125,7 +126,7 @@ SourceCommercetools:
items:
type: string
pattern: '^[a-z]{2}(-[A-Z]{2})?$'
description: Locale specfied as combination of a two-letter language code and an optional two-letter country code.
description: Locale specified as combination of a two-letter language code and an optional two-letter country code.
example: 'fr-FR'
url:
type: string
Expand Down Expand Up @@ -180,6 +181,7 @@ CommercetoolsCustomFields:

SourceBigCommerce:
type: object
description: Specific configuration attributes of a `bigcommerce` source.
additionalProperties: false
properties:
storeHash:
Expand Down Expand Up @@ -247,6 +249,7 @@ UniqueIDColumn:

SourceJSON:
type: object
description: Specific configuration attributes of a `json` source.
additionalProperties: false
properties:
url:
Expand All @@ -265,6 +268,7 @@ MappingTypeCSV:

SourceCSV:
type: object
description: Specific configuration attributes of a `csv` source.
additionalProperties: false
properties:
url:
Expand Down Expand Up @@ -292,6 +296,7 @@ SourceCSV:

SourceGA4BigQueryExport:
type: object
description: Specific configuration attributes of a `ga4BigqueryExport` source.
additionalProperties: false
properties:
projectID:
Expand All @@ -315,6 +320,7 @@ SourceGA4BigQueryExport:

SourceBigQuery:
type: object
description: Specific configuration attributes of a `bigquery` source.
additionalProperties: false
properties:
projectID:
Expand Down Expand Up @@ -348,6 +354,7 @@ BigQueryDataType:

SourceDocker:
type: object
description: Specific configuration attributes of a `docker` source.
additionalProperties: false
properties:
image:
Expand All @@ -366,6 +373,7 @@ SourceDocker:

SourceUpdateDocker:
type: object
description: Specific configuration attributes of a `docker` source.
additionalProperties: false
properties:
configuration:
Expand All @@ -389,6 +397,7 @@ SourceInput:

SourceUpdateCommercetools:
type: object
description: Specific configuration attributes of a `commercetools` source.
additionalProperties: false
properties:
storeKeys:
Expand All @@ -402,7 +411,7 @@ SourceUpdateCommercetools:
items:
type: string
pattern: '^[a-z]{2}(-[A-Z]{2})?$'
description: Locale specfied as combination of a two-letter language code and an optional two-letter country code.
description: Locale specified as combination of a two-letter language code and an optional two-letter country code.
example: 'fr-FR'
url:
type: string
Expand All @@ -429,6 +438,7 @@ SourceUpdateInput:

SourceUpdateShopify:
type: object
description: Specific configuration attributes of a `shopify` source.
additionalProperties: false
properties:
featureFlags:
Expand Down