File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ platform:
21
21
schema :
22
22
type : array
23
23
items :
24
- $ref : ' ./schemas/authentication.yml#/PlatformType '
24
+ $ref : ' ./schemas/authentication.yml#/Platform '
25
25
example : commercetools,bigcommerce
26
26
27
27
authenticationTypeExtended :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Authentication:
9
9
name :
10
10
type : string
11
11
platform :
12
- $ref : ' #/PlatformType '
12
+ $ref : ' #/Platform '
13
13
createdAt :
14
14
$ref : ' ./common.yml#/createdAt'
15
15
updatedAt :
@@ -42,7 +42,7 @@ AuthenticationCreate:
42
42
name :
43
43
type : string
44
44
platform :
45
- $ref : ' #/PlatformType '
45
+ $ref : ' #/Platform '
46
46
input :
47
47
$ref : ' #/AuthInput'
48
48
required :
@@ -74,7 +74,7 @@ AuthenticationUpdate:
74
74
name :
75
75
type : string
76
76
platform :
77
- $ref : ' #/PlatformType '
77
+ $ref : ' #/Platform '
78
78
input :
79
79
$ref : ' #/AuthInput'
80
80
@@ -101,7 +101,7 @@ AuthenticationNone:
101
101
type : string
102
102
enum : ['none']
103
103
104
- PlatformType :
104
+ Platform :
105
105
type : string
106
106
enum : ['bigcommerce', 'commercetools']
107
107
You can’t perform that action at this time.
0 commit comments