Skip to content

Commit 45fcb21

Browse files
committed
chore(specs): update PlatformType to Platform
1 parent 378d1de commit 45fcb21

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

specs/ingestion/common/authenticationParameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platform:
2121
schema:
2222
type: array
2323
items:
24-
$ref: './schemas/authentication.yml#/PlatformType'
24+
$ref: './schemas/authentication.yml#/Platform'
2525
example: commercetools,bigcommerce
2626

2727
authenticationTypeExtended:

specs/ingestion/common/schemas/authentication.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Authentication:
99
name:
1010
type: string
1111
platform:
12-
$ref: '#/PlatformType'
12+
$ref: '#/Platform'
1313
createdAt:
1414
$ref: './common.yml#/createdAt'
1515
updatedAt:
@@ -42,7 +42,7 @@ AuthenticationCreate:
4242
name:
4343
type: string
4444
platform:
45-
$ref: '#/PlatformType'
45+
$ref: '#/Platform'
4646
input:
4747
$ref: '#/AuthInput'
4848
required:
@@ -74,7 +74,7 @@ AuthenticationUpdate:
7474
name:
7575
type: string
7676
platform:
77-
$ref: '#/PlatformType'
77+
$ref: '#/Platform'
7878
input:
7979
$ref: '#/AuthInput'
8080

@@ -101,7 +101,7 @@ AuthenticationNone:
101101
type: string
102102
enum: ['none']
103103

104-
PlatformType:
104+
Platform:
105105
type: string
106106
enum: ['bigcommerce', 'commercetools']
107107

0 commit comments

Comments
 (0)