Skip to content

Commit f01c0b3

Browse files
committed
chore: Updated files for linter
1 parent 701bfff commit f01c0b3

File tree

8 files changed

+111
-111
lines changed

8 files changed

+111
-111
lines changed

test/merge/openapi/security-from-specs/result.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ info:
33
title: test
44
version: 0.1.0
55
security:
6-
- oAuthSample: []
6+
- oAuthSample: []

test/merge/openapi/security-from-template/result.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ info:
44
version: 0.1.0
55
security:
66
- ApiKeyAuth1: []
7-
- ApiKeyAuth2: []
7+
- ApiKeyAuth2: []

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

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

test/projects/apihub/Public Registry API.yaml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3095,7 +3095,7 @@ paths:
30953095
summary: Publish package version via upload
30963096
description: |
30973097
Publish package version via upload. Possible options:
3098-
* **Client-side building** - client application marks, that the validation and build of the final specification will be outside the APIHUB backend.
3098+
* **Client-side building** - client application marks, that the validation and build of the final specification will be outside the APIHUB backend.
30993099
The final specifications will be stored using the POST /packages/{packageId}/publish/{publishId}/status API.
31003100
The 202 response and the publish process Id will be returned in success.
31013101
In case of the client session close, the build will be continued on the server-sde.
@@ -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
@@ -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:
@@ -14614,7 +14614,7 @@ components:
1461414614
BuildResultV2:
1461514615
description: |
1461614616
Result of build operation in ZIP archive.
14617-
* The archive contains folders with sources, builded JSON documents and JSON operation files.
14617+
* The archive contains folders with sources, builded JSON documents and JSON operation files.
1461814618
* In addition, several config files are provided. he structure of these files is described below.
1461914619
title: BuildResult
1462014620
type: object
@@ -14653,7 +14653,7 @@ components:
1465314653
description: |
1465414654
Type of the build process. Available options are:
1465514655

14656-
**build** - Standard build process.
14656+
**build** - Standard build process.
1465714657
Consist of contract and operations build and validation, calculation of the changelog, creation of the final version of the published contracts.
1465814658

1465914659
**changelog** - Only the changelog calculation, no API contracts version will be created.
@@ -15099,7 +15099,7 @@ components:
1509915099
BuildResult:
1510015100
description: |
1510115101
Result of build operation in ZIP archive.
15102-
* The archive contains folders with sources, builded JSON documents and JSON operation files.
15102+
* The archive contains folders with sources, builded JSON documents and JSON operation files.
1510315103
* In addition, several config files are provided. he structure of these files is described below.
1510415104
title: BuildResult
1510515105
type: object
@@ -15449,7 +15449,7 @@ components:
1544915449
deprecatedInfo:
1545015450
description: |
1545115451
Additional information about deprecated operation:
15452-
* for REST API it is value of 'x-deprecated-meta' extension (value of extension must be string), which is defined for deprecated operation.
15452+
* for REST API it is value of 'x-deprecated-meta' extension (value of extension must be string), which is defined for deprecated operation.
1545315453
* for GraphQL API it is value of 'reason' argument of @deprecated directive, which is defined for deprecated operation.
1545415454
type: string
1545515455
deprecatedInPreviousVersions:
@@ -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
@@ -15620,7 +15620,7 @@ components:
1562015620
BuildConfig:
1562115621
type: object
1562215622
description: |
15623-
Configuration of the source files.
15623+
Configuration of the source files.
1562415624
Content can not be empty, files or refs are **required**.
1562515625
required:
1562615626
- version
@@ -15638,8 +15638,8 @@ components:
1563815638
example: "2022.2"
1563915639
default: ""
1564015640
previousVersionPackageId:
15641-
description: |
15642-
Required in case of snapshot when publishing version should be compared to different package.
15641+
description: |
15642+
Required in case of snapshot when publishing version should be compared to different package.
1564315643
Do not set anything if the package sould be compared to itself. Value equals to packageId is forbidden.
1564415644
type: string
1564515645
example: "QS.CloudOSS.PL.MC"
@@ -15738,8 +15738,8 @@ components:
1573815738
description: File name.
1573915739
example: "qitmf-v5.11.json"
1574015740
publish:
15741-
description: |
15742-
Flag, publish the source file or not.
15741+
description: |
15742+
Flag, publish the source file or not.
1574315743
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

test/projects/apihub/docs/API-HUB_09.03.22.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3024,4 +3024,4 @@ components:
30243024
$ref: "#/components/schemas/ErrorResponse"
30253025
security:
30263026
- BearerAuth: []
3027-
- api-key: []
3027+
- api-key: []

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ components:
689689
type: boolean
690690
restGroupingPrefix:
691691
description: |
692-
Regular expression used as criteria for grouping operations.
692+
Regular expression used as criteria for grouping operations.
693693
Groups for the package version are calculated during publication of this version.
694694
type: string
695695
example: "/api/v1/{group}/"
@@ -1427,7 +1427,7 @@ components:
14271427
title: SearchResultPackage
14281428
description: |
14291429
Global search result for packages with kind = package; must be returned when searchLevel = package
1430-
* If search term matches the package id/name/description/service name, return the latest published version only.
1430+
* If search term matches the package id/name/description/service name, return the latest published version only.
14311431
* If search term matches the version name/label, return that version.
14321432
type: object
14331433
required:
@@ -1934,7 +1934,7 @@ components:
19341934
BuildResultV2:
19351935
description: |
19361936
Result of build operation in ZIP archive.
1937-
* The archive contains folders with sources, builded JSON documents and JSON operation files.
1937+
* The archive contains folders with sources, builded JSON documents and JSON operation files.
19381938
* In addition, several config files are provided. he structure of these files is described below.
19391939
title: BuildResult
19401940
type: object
@@ -1973,7 +1973,7 @@ components:
19731973
description: |
19741974
Type of the build process. Available options are:
19751975
1976-
**build** - Standard build process.
1976+
**build** - Standard build process.
19771977
Consist of contract and operations build and validation, calculation of the changelog, creation of the final version of the published contracts.
19781978
19791979
**changelog** - Only the changelog calculation, no API contracts version will be created.
@@ -2419,7 +2419,7 @@ components:
24192419
BuildResult:
24202420
description: |
24212421
Result of build operation in ZIP archive.
2422-
* The archive contains folders with sources, builded JSON documents and JSON operation files.
2422+
* The archive contains folders with sources, builded JSON documents and JSON operation files.
24232423
* In addition, several config files are provided. he structure of these files is described below.
24242424
title: BuildResult
24252425
type: object
@@ -2769,7 +2769,7 @@ components:
27692769
deprecatedInfo:
27702770
description: |
27712771
Additional information about deprecated operation:
2772-
* for REST API it is value of 'x-deprecated-meta' extension (value of extension must be string), which is defined for deprecated operation.
2772+
* for REST API it is value of 'x-deprecated-meta' extension (value of extension must be string), which is defined for deprecated operation.
27732773
* for GraphQL API it is value of 'reason' argument of @deprecated directive, which is defined for deprecated operation.
27742774
type: string
27752775
deprecatedInPreviousVersions:
@@ -2940,7 +2940,7 @@ components:
29402940
BuildConfig:
29412941
type: object
29422942
description: |
2943-
Configuration of the source files.
2943+
Configuration of the source files.
29442944
Content can not be empty, files or refs are **required**.
29452945
required:
29462946
- version
@@ -2958,8 +2958,8 @@ components:
29582958
example: "2022.2"
29592959
default: ""
29602960
previousVersionPackageId:
2961-
description: |
2962-
Required in case of snapshot when publishing version should be compared to different package.
2961+
description: |
2962+
Required in case of snapshot when publishing version should be compared to different package.
29632963
Do not set anything if the package sould be compared to itself. Value equals to packageId is forbidden.
29642964
type: string
29652965
example: "QS.CloudOSS.PL.MC"
@@ -3058,9 +3058,9 @@ components:
30583058
description: File name.
30593059
example: "qitmf-v5.11.json"
30603060
publish:
3061-
description: |
3062-
Flag, publish the source file or not.
3063-
Required for case with external refs when specification is separated into multiple files.
3061+
description: |
3062+
Flag, publish the source file or not.
3063+
Required for case with external refs when specification is separated into multiple files.
30643064
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.
30653065
type: boolean
30663066
default: true
@@ -3238,7 +3238,7 @@ components:
32383238
example: template123.json
32393239
BuildTypes:
32403240
type: string
3241-
description: |
3241+
description: |
32423242
Type of the build process. Available options are:\
32433243
**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.\
32443244
**changelog** - Only the changelog calculation, no API contracts version will be created. The ```files``` and ```refs``` objects are not required in this case.\

0 commit comments

Comments
 (0)