Skip to content

Commit 3b687a0

Browse files
committed
chore: Updated files for linter
1 parent f01c0b3 commit 3b687a0

File tree

5 files changed

+89
-89
lines changed

5 files changed

+89
-89
lines changed

test/projects/agent/PublicRegistry API(4).yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,9 +3126,9 @@ paths:
31263126
in: query
31273127
required: false
31283128
description: "In case when resolved refs list contains multiple versions of the same package:
3129-
3129+
31303130
- if resolveConflicts=false - status 400 (Bad request). Conflicts should be resolved manually.
3131-
3131+
31323132
- if resolveConflicts=true - conflicts will be resolved automatically, some refs will be marked as excluded"
31333133
schema:
31343134
type: boolean
@@ -5495,7 +5495,7 @@ paths:
54955495
description: |
54965496
Package version.
54975497
The mask <version>@<revision> may be used for search in a specific revision.
5498-
5498+
54995499
If the @revision is not provided, the latest version's revision will be used.
55005500
type: string
55015501
example: "2022.3@3"
@@ -5507,7 +5507,7 @@ paths:
55075507
description: |
55085508
Name of the previous published version to compare with.
55095509
The mask <version>@<revision> may be used for search in a specific revision.
5510-
5510+
55115511
If the @revision is not provided, the latest version's revision will be used.
55125512
type: string
55135513
example: "2022.2@4"
@@ -5530,7 +5530,7 @@ paths:
55305530
description: |
55315531
Package version.
55325532
The mask <version>@<revision> will be used for return in a specific revision.
5533-
5533+
55345534
If the @<revision> was not transmitted in the request - it won't be returned in response. Consider the version as the latest one.
55355535
type: string
55365536
example: "2022.3@3"
@@ -5542,7 +5542,7 @@ paths:
55425542
description: |
55435543
Name of the previous published version.
55445544
The mask <version>@<revision> will be used for return a specific revision.
5545-
5545+
55465546
If the @<revision> was not transmitted in the request - it won't be returned in response. Consider the version as the latest one.
55475547
type: string
55485548
example: "2022.2@4"
@@ -5667,7 +5667,7 @@ paths:
56675667
description: |
56685668
Package version.
56695669
The mask <version>@<revision> will be used for return in a specific revision.
5670-
5670+
56715671
If the @<revision> was not transmitted in the request - it won't be returned in response. Consider the version as the latest one.
56725672
type: string
56735673
example: "2022.3@3"
@@ -8711,7 +8711,7 @@ paths:
87118711
Flag, filtering the operations without tags at all.
87128712

87138713
In response will be returned the list of operations, on what the tag is not filled in.
8714-
8714+
87158715
This attribute has a higher priority than the **tag**. In case, then **emptyTag: true**, it will override the **tag** filter.
87168716
schema:
87178717
type: boolean
@@ -8891,7 +8891,7 @@ paths:
88918891
Flag, filtering the operations without tags at all.
88928892

88938893
In response will be returned the list of operations, on what the tag is not filled in.
8894-
8894+
88958895
This attribute has a higher priority than the **tag**. In case, then **emptyTag: true**, it will override the **tag** filter.
88968896
schema:
88978897
type: boolean
@@ -10294,7 +10294,7 @@ paths:
1029410294
Flag, filtering the operations without tags at all.
1029510295

1029610296
In response will be returned the list of operations, on what the tag is not filled in.
10297-
10297+
1029810298
This attribute has a higher priority than the **tag**. In case, then **emptyTag: true**, it will override the **tag** filter.
1029910299
schema:
1030010300
type: boolean
@@ -12621,7 +12621,7 @@ paths:
1262112621
summary: Create personal private package for the user
1262212622
description: |
1262312623
Any user is able to create one personal private workspace (*no permissions required*)
12624-
12624+
1262512625
PackageId for this workspace could be set via user creation endpoint (only for new users) or generated automatically when user first logs in to apihub
1262612626
operationId: postUsersIdAvailablePackagePromoteStatuses
1262712627
security:
@@ -12686,9 +12686,9 @@ paths:
1268612686
summary: Get list of available package publish statuses for the user.
1268712687
description: |
1268812688
By collection of packages, **get** the available statuses for publish into for the particular user.
12689-
12689+
1269012690
Statuses list depends on the current user access rights for the particular package.
12691-
12691+
1269212692
The response is a **mapped list** of statuses to the packageIds.
1269312693
operationId: getUsersIdAvailablePackagePromoteStatuses
1269412694
security:
@@ -15516,8 +15516,8 @@ components:
1551615516
type: array
1551715517
items:
1551815518
anyOf:
15519-
- type: string
15520-
- type: integer
15519+
- type: string
15520+
- type: integer
1552115521
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
1552215522
currentValueHash:
1552315523
type: string
@@ -15537,8 +15537,8 @@ components:
1553715537
type: array
1553815538
items:
1553915539
anyOf:
15540-
- type: string
15541-
- type: integer
15540+
- type: string
15541+
- type: integer
1554215542
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
1554315543
previousValueHash:
1554415544
type: string
@@ -15558,8 +15558,8 @@ components:
1555815558
type: array
1555915559
items:
1556015560
anyOf:
15561-
- type: string
15562-
- type: integer
15561+
- type: string
15562+
- type: integer
1556315563
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
1556415564
previousDeclarationJsonPaths:
1556515565
description: |
@@ -15570,8 +15570,8 @@ components:
1557015570
type: array
1557115571
items:
1557215572
anyOf:
15573-
- type: string
15574-
- type: integer
15573+
- type: string
15574+
- type: integer
1557515575
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
1557615576
previousValueHash:
1557715577
type: string
@@ -15596,8 +15596,8 @@ components:
1559615596
type: array
1559715597
items:
1559815598
anyOf:
15599-
- type: string
15600-
- type: integer
15599+
- type: string
15600+
- type: integer
1560115601
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
1560215602
previousDeclarationJsonPaths:
1560315603
description: |
@@ -15608,8 +15608,8 @@ components:
1560815608
type: array
1560915609
items:
1561015610
anyOf:
15611-
- type: string
15612-
- type: integer
15611+
- type: string
15612+
- type: integer
1561315613
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
1561415614
previousKey:
1561515615
type: string

test/projects/apihub/Public Registry API.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,9 +3126,9 @@ paths:
31263126
in: query
31273127
required: false
31283128
description: "In case when resolved refs list contains multiple versions of the same package:
3129-
3129+
31303130
- if resolveConflicts=false - status 400 (Bad request). Conflicts should be resolved manually.
3131-
3131+
31323132
- if resolveConflicts=true - conflicts will be resolved automatically, some refs will be marked as excluded"
31333133
schema:
31343134
type: boolean
@@ -5495,7 +5495,7 @@ paths:
54955495
description: |
54965496
Package version.
54975497
The mask <version>@<revision> may be used for search in a specific revision.
5498-
5498+
54995499
If the @revision is not provided, the latest version's revision will be used.
55005500
type: string
55015501
example: "2022.3@3"
@@ -5507,7 +5507,7 @@ paths:
55075507
description: |
55085508
Name of the previous published version to compare with.
55095509
The mask <version>@<revision> may be used for search in a specific revision.
5510-
5510+
55115511
If the @revision is not provided, the latest version's revision will be used.
55125512
type: string
55135513
example: "2022.2@4"
@@ -5530,7 +5530,7 @@ paths:
55305530
description: |
55315531
Package version.
55325532
The mask <version>@<revision> will be used for return in a specific revision.
5533-
5533+
55345534
If the @<revision> was not transmitted in the request - it won't be returned in response. Consider the version as the latest one.
55355535
type: string
55365536
example: "2022.3@3"
@@ -5542,7 +5542,7 @@ paths:
55425542
description: |
55435543
Name of the previous published version.
55445544
The mask <version>@<revision> will be used for return a specific revision.
5545-
5545+
55465546
If the @<revision> was not transmitted in the request - it won't be returned in response. Consider the version as the latest one.
55475547
type: string
55485548
example: "2022.2@4"
@@ -5667,7 +5667,7 @@ paths:
56675667
description: |
56685668
Package version.
56695669
The mask <version>@<revision> will be used for return in a specific revision.
5670-
5670+
56715671
If the @<revision> was not transmitted in the request - it won't be returned in response. Consider the version as the latest one.
56725672
type: string
56735673
example: "2022.3@3"
@@ -8711,7 +8711,7 @@ paths:
87118711
Flag, filtering the operations without tags at all.
87128712

87138713
In response will be returned the list of operations, on what the tag is not filled in.
8714-
8714+
87158715
This attribute has a higher priority than the **tag**. In case, then **emptyTag: true**, it will override the **tag** filter.
87168716
schema:
87178717
type: boolean
@@ -8891,7 +8891,7 @@ paths:
88918891
Flag, filtering the operations without tags at all.
88928892

88938893
In response will be returned the list of operations, on what the tag is not filled in.
8894-
8894+
88958895
This attribute has a higher priority than the **tag**. In case, then **emptyTag: true**, it will override the **tag** filter.
88968896
schema:
88978897
type: boolean
@@ -10294,7 +10294,7 @@ paths:
1029410294
Flag, filtering the operations without tags at all.
1029510295

1029610296
In response will be returned the list of operations, on what the tag is not filled in.
10297-
10297+
1029810298
This attribute has a higher priority than the **tag**. In case, then **emptyTag: true**, it will override the **tag** filter.
1029910299
schema:
1030010300
type: boolean
@@ -12621,7 +12621,7 @@ paths:
1262112621
summary: Create personal private package for the user
1262212622
description: |
1262312623
Any user is able to create one personal private workspace (*no permissions required*)
12624-
12624+
1262512625
PackageId for this workspace could be set via user creation endpoint (only for new users) or generated automatically when user first logs in to apihub
1262612626
operationId: postUsersIdAvailablePackagePromoteStatuses
1262712627
security:
@@ -12686,9 +12686,9 @@ paths:
1268612686
summary: Get list of available package publish statuses for the user.
1268712687
description: |
1268812688
By collection of packages, **get** the available statuses for publish into for the particular user.
12689-
12689+
1269012690
Statuses list depends on the current user access rights for the particular package.
12691-
12691+
1269212692
The response is a **mapped list** of statuses to the packageIds.
1269312693
operationId: getUsersIdAvailablePackagePromoteStatuses
1269412694
security:
@@ -15740,7 +15740,7 @@ components:
1574015740
publish:
1574115741
description: |
1574215742
Flag, publish the source file or not.
15743-
Required for case with external refs when specification is separated into multiple files.
15743+
Required for case with external refs when specification is separated into multiple files.
1574415744
After dereference in scope of build process the source files(parts) are no longer required. So it's possible to skip publish of such files.
1574515745
type: boolean
1574615746
default: true
@@ -15918,7 +15918,7 @@ components:
1591815918
example: template123.json
1591915919
BuildTypes:
1592015920
type: string
15921-
description: |
15921+
description: |
1592215922
Type of the build process. Available options are:\
1592315923
**build** - Standard build process to publish new version. Consist of contract and operations build and validation, calculation of the changelog, creation of the final version of the published contracts.\
1592415924
**changelog** - Only the changelog calculation, no API contracts version will be created. The ```files``` and ```refs``` objects are not required in this case.\

test/projects/deprecated/PublicRegistry API(4).yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ paths:
6767
deprecated: true
6868
description: |
6969
Starts the SAML authentication process in APIHUB.
70-
70+
7171
In case of successful authentication, the request will be redirected to the **redirectUri** and
7272
the response will contain cookie with access token for future API calls.
7373
All subsequent APIHUB calls must use this token in a **BearerAuth** authentication.
@@ -189,9 +189,9 @@ paths:
189189
in: query
190190
description: |
191191
Filter the packages by kind.
192-
192+
193193
The list of values is acceptable. In this case, the following pattern will be used: ```?kind=group,package,dashboard```.
194-
194+
195195
If not transmitted, the default value will be used.
196196
schema:
197197
type: array
@@ -208,7 +208,7 @@ paths:
208208
in: query
209209
description: |
210210
Show all the descendants to the parent workspace or group.
211-
211+
212212
* If ```true```, return the list of all child groups/packages/dashboards to the parentId (take into account all other filter parameters).
213213
* If the parentId is not transmitted???
214214
* If the parent is transmitted, but kind not - and parentId = package???
@@ -2836,8 +2836,8 @@ components:
28362836
type: array
28372837
items:
28382838
anyOf:
2839-
- type: string
2840-
- type: integer
2839+
- type: string
2840+
- type: integer
28412841
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
28422842
currentValueHash:
28432843
type: string
@@ -2857,8 +2857,8 @@ components:
28572857
type: array
28582858
items:
28592859
anyOf:
2860-
- type: string
2861-
- type: integer
2860+
- type: string
2861+
- type: integer
28622862
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
28632863
previousValueHash:
28642864
type: string
@@ -2878,8 +2878,8 @@ components:
28782878
type: array
28792879
items:
28802880
anyOf:
2881-
- type: string
2882-
- type: integer
2881+
- type: string
2882+
- type: integer
28832883
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
28842884
previousDeclarationJsonPaths:
28852885
description: |
@@ -2890,8 +2890,8 @@ components:
28902890
type: array
28912891
items:
28922892
anyOf:
2893-
- type: string
2894-
- type: integer
2893+
- type: string
2894+
- type: integer
28952895
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
28962896
previousValueHash:
28972897
type: string
@@ -2916,8 +2916,8 @@ components:
29162916
type: array
29172917
items:
29182918
anyOf:
2919-
- type: string
2920-
- type: integer
2919+
- type: string
2920+
- type: integer
29212921
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
29222922
previousDeclarationJsonPaths:
29232923
description: |
@@ -2928,8 +2928,8 @@ components:
29282928
type: array
29292929
items:
29302930
anyOf:
2931-
- type: string
2932-
- type: integer
2931+
- type: string
2932+
- type: integer
29332933
example: [["components/schemas/Cat/minProperties", "components/schemas/Dog/minProperties"],["/quoteManagement/v5/quote"]]
29342934
previousKey:
29352935
type: string

0 commit comments

Comments
 (0)