Skip to content

Commit b80ca3e

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

File tree

10 files changed

+71
-71
lines changed

10 files changed

+71
-71
lines changed

test/merge/openapi/should-remove-unused-tags/1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ paths:
1313
description: OK
1414
content:
1515
application/json:
16-
schema: { }
16+
schema: {}
1717
/api/v1/pets/test/{id}:
1818
get:
1919
tags:
@@ -24,7 +24,7 @@ paths:
2424
description: OK
2525
content:
2626
application/json:
27-
schema: { }
27+
schema: {}
2828
/api/v1/cars/test/test/{id}:
2929
get:
3030
tags:
@@ -35,7 +35,7 @@ paths:
3535
description: OK
3636
content:
3737
application/json:
38-
schema: { }
38+
schema: {}
3939
tags:
4040
- name: Test Tag 1
4141
description: desc1

test/merge/openapi/should-remove-unused-tags/result.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ paths:
1313
description: OK
1414
content:
1515
application/json:
16-
schema: { }
16+
schema: {}
1717
/api/v1/pets/test/{id}:
1818
get:
1919
tags:
@@ -24,7 +24,7 @@ paths:
2424
description: OK
2525
content:
2626
application/json:
27-
schema: { }
27+
schema: {}
2828
/api/v1/cars/test/test/{id}:
2929
get:
3030
tags:
@@ -35,7 +35,7 @@ paths:
3535
description: OK
3636
content:
3737
application/json:
38-
schema: { }
38+
schema: {}
3939
tags:
4040
- name: Test Tag 1
4141
description: desc1

test/merge/openapi/should-throw-on-different-components-responses/1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ paths:
2424
description: Pet object that needs to be added to the store
2525
content:
2626
application/json:
27-
schema: { }
27+
schema: {}
2828
required: true
2929
responses:
3030
'200':
3131
description: Pet updated
3232
content:
3333
application/json:
34-
schema: { }
34+
schema: {}
3535
headers:
3636
x-request-id:
3737
schema:

test/merge/openapi/should-throw-on-different-components-responses/2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ paths:
2424
description: Pet object that needs to be added to the store
2525
content:
2626
application/json:
27-
schema: { }
27+
schema: {}
2828
required: true
2929
responses:
3030
'200':
3131
description: Pet was updated
3232
content:
3333
application/json:
34-
schema: { }
34+
schema: {}
3535
headers:
3636
x-request-id:
3737
schema:

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6356,7 +6356,7 @@ paths:
63566356
application/json:
63576357
schema:
63586358
$ref: "#/components/schemas/ErrorResponse"
6359-
examples: { }
6359+
examples: {}
63606360
"404":
63616361
description: Not found
63626362
content:
@@ -8577,21 +8577,21 @@ paths:
85778577
application/json:
85788578
schema:
85798579
$ref: "#/components/schemas/User"
8580-
examples: { }
8580+
examples: {}
85818581
"401":
85828582
description: Unauthorized
85838583
content:
85848584
application/json:
85858585
schema:
85868586
$ref: "#/components/schemas/ErrorResponse"
8587-
examples: { }
8587+
examples: {}
85888588
"403":
85898589
description: Forbidden
85908590
content:
85918591
application/json:
85928592
schema:
85938593
$ref: "#/components/schemas/ErrorResponse"
8594-
examples: { }
8594+
examples: {}
85958595
"404":
85968596
description: Not found
85978597
content:
@@ -9670,7 +9670,7 @@ paths:
96709670
application/json:
96719671
schema:
96729672
$ref: "#/components/schemas/ErrorResponse"
9673-
examples: { }
9673+
examples: {}
96749674
"500":
96759675
description: Internal Server Error
96769676
content:
@@ -9801,7 +9801,7 @@ paths:
98019801
application/json:
98029802
schema:
98039803
$ref: "#/components/schemas/ErrorResponse"
9804-
examples: { }
9804+
examples: {}
98059805
"500":
98069806
description: Internal Server Error
98079807
content:
@@ -12263,7 +12263,7 @@ paths:
1226312263
description: Namespace of Agent's publication.
1226412264
type: string
1226512265
example: cloudQSS-release2
12266-
examples: { }
12266+
examples: {}
1226712267
"301":
1226812268
description: Moved Permanently
1226912269
headers:
@@ -12290,14 +12290,14 @@ paths:
1229012290
application/json:
1229112291
schema:
1229212292
$ref: "#/components/schemas/ErrorResponse"
12293-
examples: { }
12293+
examples: {}
1229412294
"403":
1229512295
description: Forbidden
1229612296
content:
1229712297
application/json:
1229812298
schema:
1229912299
$ref: "#/components/schemas/ErrorResponse"
12300-
examples: { }
12300+
examples: {}
1230112301
"404":
1230212302
description: Not found
1230312303
content:
@@ -12350,7 +12350,7 @@ paths:
1235012350
type: array
1235112351
items:
1235212352
$ref: "#/components/schemas/PackageVersionRevision"
12353-
examples: { }
12353+
examples: {}
1235412354
"301":
1235512355
description: Moved Permanently
1235612356
headers:
@@ -12377,7 +12377,7 @@ paths:
1237712377
application/json:
1237812378
schema:
1237912379
$ref: "#/components/schemas/ErrorResponse"
12380-
examples: { }
12380+
examples: {}
1238112381
"404":
1238212382
description: Not found
1238312383
content:
@@ -12766,7 +12766,7 @@ paths:
1276612766
description: Allows to send any request to any address.
1276712767
operationId: getAgentsIdNamespacesIdServicesProxy
1276812768
security:
12769-
- { }
12769+
- {}
1277012770
tags:
1277112771
- TryIt
1277212772
parameters:

test/projects/apihub/Public Registry API.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6349,14 +6349,14 @@ paths:
63496349
application/json:
63506350
schema:
63516351
$ref: "#/components/schemas/ErrorResponse"
6352-
examples: { }
6352+
examples: {}
63536353
"403":
63546354
description: Forbidden
63556355
content:
63566356
application/json:
63576357
schema:
63586358
$ref: "#/components/schemas/ErrorResponse"
6359-
examples: { }
6359+
examples: {}
63606360
"404":
63616361
description: Not found
63626362
content:
@@ -8577,21 +8577,21 @@ paths:
85778577
application/json:
85788578
schema:
85798579
$ref: "#/components/schemas/User"
8580-
examples: { }
8580+
examples: {}
85818581
"401":
85828582
description: Unauthorized
85838583
content:
85848584
application/json:
85858585
schema:
85868586
$ref: "#/components/schemas/ErrorResponse"
8587-
examples: { }
8587+
examples: {}
85888588
"403":
85898589
description: Forbidden
85908590
content:
85918591
application/json:
85928592
schema:
85938593
$ref: "#/components/schemas/ErrorResponse"
8594-
examples: { }
8594+
examples: {}
85958595
"404":
85968596
description: Not found
85978597
content:
@@ -9670,7 +9670,7 @@ paths:
96709670
application/json:
96719671
schema:
96729672
$ref: "#/components/schemas/ErrorResponse"
9673-
examples: { }
9673+
examples: {}
96749674
"500":
96759675
description: Internal Server Error
96769676
content:
@@ -9801,7 +9801,7 @@ paths:
98019801
application/json:
98029802
schema:
98039803
$ref: "#/components/schemas/ErrorResponse"
9804-
examples: { }
9804+
examples: {}
98059805
"500":
98069806
description: Internal Server Error
98079807
content:
@@ -12263,7 +12263,7 @@ paths:
1226312263
description: Namespace of Agent's publication.
1226412264
type: string
1226512265
example: cloudQSS-release2
12266-
examples: { }
12266+
examples: {}
1226712267
"301":
1226812268
description: Moved Permanently
1226912269
headers:
@@ -12290,14 +12290,14 @@ paths:
1229012290
application/json:
1229112291
schema:
1229212292
$ref: "#/components/schemas/ErrorResponse"
12293-
examples: { }
12293+
examples: {}
1229412294
"403":
1229512295
description: Forbidden
1229612296
content:
1229712297
application/json:
1229812298
schema:
1229912299
$ref: "#/components/schemas/ErrorResponse"
12300-
examples: { }
12300+
examples: {}
1230112301
"404":
1230212302
description: Not found
1230312303
content:
@@ -12350,7 +12350,7 @@ paths:
1235012350
type: array
1235112351
items:
1235212352
$ref: "#/components/schemas/PackageVersionRevision"
12353-
examples: { }
12353+
examples: {}
1235412354
"301":
1235512355
description: Moved Permanently
1235612356
headers:
@@ -12377,7 +12377,7 @@ paths:
1237712377
application/json:
1237812378
schema:
1237912379
$ref: "#/components/schemas/ErrorResponse"
12380-
examples: { }
12380+
examples: {}
1238112381
"404":
1238212382
description: Not found
1238312383
content:
@@ -12766,7 +12766,7 @@ paths:
1276612766
description: Allows to send any request to any address.
1276712767
operationId: getAgentsIdNamespacesIdServicesProxy
1276812768
security:
12769-
- { }
12769+
- {}
1277012770
tags:
1277112771
- TryIt
1277212772
parameters:

0 commit comments

Comments
 (0)