Skip to content

Commit

Permalink
chore(specs): change PlatformType naming to Platform (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 authored Jan 19, 2023
1 parent 7fb00d1 commit 83330af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion specs/ingestion/common/authenticationParameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ platform:
schema:
type: array
items:
$ref: './schemas/authentication.yml#/PlatformType'
$ref: './schemas/authentication.yml#/Platform'
example: commercetools,bigcommerce

authenticationTypeWithNone:
Expand Down
8 changes: 4 additions & 4 deletions specs/ingestion/common/schemas/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Authentication:
name:
type: string
platform:
$ref: '#/PlatformType'
$ref: '#/Platform'
createdAt:
$ref: './common.yml#/createdAt'
updatedAt:
Expand Down Expand Up @@ -42,7 +42,7 @@ AuthenticationCreate:
name:
type: string
platform:
$ref: '#/PlatformType'
$ref: '#/Platform'
input:
$ref: '#/AuthInput'
required:
Expand Down Expand Up @@ -74,7 +74,7 @@ AuthenticationUpdate:
name:
type: string
platform:
$ref: '#/PlatformType'
$ref: '#/Platform'
input:
$ref: '#/AuthInput'

Expand All @@ -101,7 +101,7 @@ AuthenticationNone:
type: string
enum: ['none']

PlatformType:
Platform:
type: string
enum: ['bigcommerce', 'commercetools']

Expand Down

0 comments on commit 83330af

Please sign in to comment.