Skip to content

Commit 6e70670

Browse files
committed
feat(specs): specify element type
1 parent 0a2652f commit 6e70670

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

specs/ingestion/common/authenticationParameters.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
type:
2-
name: type
1+
authenticationType:
2+
name: authenticationType
33
in: query
44
description: Which type the returned authentication should have. Can be a list of string separated with commas.
55
required: false
@@ -28,4 +28,3 @@ platformWithNone:
2828
oneOf:
2929
- $ref: './schemas/authentication.yml#/Platform'
3030
- $ref: './schemas/authentication.yml#/PlatformNone'
31-

specs/ingestion/common/destinationParameters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
type:
2-
name: type
1+
destinationType:
2+
name: destinationType
33
in: query
44
description: Which type the returned destination should have. Can be a list of string separated with commas.
55
required: false

specs/ingestion/common/sourceParameters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
type:
2-
name: type
1+
sourceType:
2+
name: sourceType
33
in: query
44
description: Which type the returned source should have. Can be a list of string separated with commas.
55
required: false

specs/ingestion/paths/authentications/authentications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ get:
77
parameters:
88
- $ref: '../../common/parameters.yml#/itemsPerPage'
99
- $ref: '../../common/parameters.yml#/page'
10-
- $ref: '../../common/authenticationParameters.yml#/type'
10+
- $ref: '../../common/authenticationParameters.yml#/authenticationType'
1111
- $ref: '../../common/authenticationParameters.yml#/platform'
1212
responses:
1313
'200':

specs/ingestion/paths/destinations/destinations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ get:
77
parameters:
88
- $ref: '../../common/parameters.yml#/itemsPerPage'
99
- $ref: '../../common/parameters.yml#/page'
10-
- $ref: '../../common/destinationParameters.yml#/type'
10+
- $ref: '../../common/destinationParameters.yml#/destinationType'
1111
- $ref: '../../common/destinationParameters.yml#/authenticationID'
1212
responses:
1313
'200':

specs/ingestion/paths/sources/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ get:
77
parameters:
88
- $ref: '../../common/parameters.yml#/itemsPerPage'
99
- $ref: '../../common/parameters.yml#/page'
10-
- $ref: '../../common/sourceParameters.yml#/type'
10+
- $ref: '../../common/sourceParameters.yml#/sourceType'
1111
- $ref: '../../common/sourceParameters.yml#/authenticationID'
1212
responses:
1313
'200':

0 commit comments

Comments
 (0)