Skip to content

Commit 79e6086

Browse files
committed
openapi: Consistent wrapping
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent b883cb5 commit 79e6086

6 files changed

Lines changed: 32 additions & 32 deletions

File tree

docs/api/schemas/latest/patchwork.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ paths:
402402
type: string
403403
- in: query
404404
name: category
405-
description: >
405+
description: |
406406
An event category to filter events by. These categories are subject
407407
to change depending on the version of Patchwork deployed and are
408408
not subject to the versionining constraints present across the rest
@@ -1347,7 +1347,7 @@ components:
13471347
type: string
13481348
headers:
13491349
Link:
1350-
description: >
1350+
description: |
13511351
Links to related resources, in the format defined by
13521352
[RFC 5988](https://tools.ietf.org/html/rfc5988#section-5).
13531353
This will include a link with relation type `next` to the
@@ -1610,7 +1610,7 @@ components:
16101610
- fail
16111611
target_url:
16121612
title: Target URL
1613-
description:
1613+
description: |
16141614
The target URL to associate with this check. This should be
16151615
specific to the patch.
16161616
type:
@@ -1623,7 +1623,7 @@ components:
16231623
maxLength: 200
16241624
context:
16251625
title: Context
1626-
description: >
1626+
description: |
16271627
A label to discern check from checks of other testing systems.
16281628
type: string
16291629
pattern: ^[-a-zA-Z0-9_]+$
@@ -2469,7 +2469,7 @@ components:
24692469
type: integer
24702470
show_ids:
24712471
title: Show IDs
2472-
description:
2472+
description: |
24732473
Show click-to-copy IDs in the list view (web UI).
24742474
Only present and configurable for your account.
24752475
type: boolean
@@ -2742,7 +2742,7 @@ components:
27422742
maxLength: 2000
27432743
list_archive_url_format:
27442744
title: List archive URL format
2745-
description: >
2745+
description: |
27462746
URL format for the list archive's Message-ID redirector. {} will be
27472747
replaced by the Message-ID.
27482748
type:

docs/api/schemas/patchwork.j2

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ paths:
417417
type: string
418418
- in: query
419419
name: category
420-
description: >
420+
description: |
421421
An event category to filter events by. These categories are subject
422422
to change depending on the version of Patchwork deployed and are
423423
not subject to the versionining constraints present across the rest
@@ -1384,7 +1384,7 @@ components:
13841384
type: string
13851385
headers:
13861386
Link:
1387-
description: >
1387+
description: |
13881388
Links to related resources, in the format defined by
13891389
[RFC 5988](https://tools.ietf.org/html/rfc5988#section-5).
13901390
This will include a link with relation type `next` to the
@@ -1670,7 +1670,7 @@ components:
16701670
- fail
16711671
target_url:
16721672
title: Target URL
1673-
description:
1673+
description: |
16741674
The target URL to associate with this check. This should be
16751675
specific to the patch.
16761676
type:
@@ -1683,7 +1683,7 @@ components:
16831683
maxLength: 200
16841684
context:
16851685
title: Context
1686-
description: >
1686+
description: |
16871687
A label to discern check from checks of other testing systems.
16881688
type: string
16891689
pattern: ^[-a-zA-Z0-9_]+$
@@ -2564,7 +2564,7 @@ components:
25642564
type: integer
25652565
show_ids:
25662566
title: Show IDs
2567-
description:
2567+
description: |
25682568
Show click-to-copy IDs in the list view (web UI).
25692569
Only present and configurable for your account.
25702570
type: boolean
@@ -2853,7 +2853,7 @@ components:
28532853
maxLength: 2000
28542854
list_archive_url_format:
28552855
title: List archive URL format
2856-
description: >
2856+
description: |
28572857
URL format for the list archive's Message-ID redirector. {} will be
28582858
replaced by the Message-ID.
28592859
type:

docs/api/schemas/v1.0/patchwork.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ paths:
228228
type: string
229229
- in: query
230230
name: category
231-
description: >
231+
description: |
232232
An event category to filter events by. These categories are subject
233233
to change depending on the version of Patchwork deployed and are
234234
not subject to the versionining constraints present across the rest
@@ -1078,7 +1078,7 @@ components:
10781078
type: string
10791079
headers:
10801080
Link:
1081-
description: >
1081+
description: |
10821082
Links to related resources, in the format defined by
10831083
[RFC 5988](https://tools.ietf.org/html/rfc5988#section-5).
10841084
This will include a link with relation type `next` to the
@@ -1300,7 +1300,7 @@ components:
13001300
- fail
13011301
target_url:
13021302
title: Target URL
1303-
description:
1303+
description: |
13041304
The target URL to associate with this check. This should be
13051305
specific to the patch.
13061306
type:
@@ -1313,7 +1313,7 @@ components:
13131313
maxLength: 200
13141314
context:
13151315
title: Context
1316-
description: >
1316+
description: |
13171317
A label to discern check from checks of other testing systems.
13181318
type: string
13191319
pattern: ^[-a-zA-Z0-9_]+$

docs/api/schemas/v1.1/patchwork.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ paths:
228228
type: string
229229
- in: query
230230
name: category
231-
description: >
231+
description: |
232232
An event category to filter events by. These categories are subject
233233
to change depending on the version of Patchwork deployed and are
234234
not subject to the versionining constraints present across the rest
@@ -1078,7 +1078,7 @@ components:
10781078
type: string
10791079
headers:
10801080
Link:
1081-
description: >
1081+
description: |
10821082
Links to related resources, in the format defined by
10831083
[RFC 5988](https://tools.ietf.org/html/rfc5988#section-5).
10841084
This will include a link with relation type `next` to the
@@ -1305,7 +1305,7 @@ components:
13051305
- fail
13061306
target_url:
13071307
title: Target URL
1308-
description:
1308+
description: |
13091309
The target URL to associate with this check. This should be
13101310
specific to the patch.
13111311
type:
@@ -1318,7 +1318,7 @@ components:
13181318
maxLength: 200
13191319
context:
13201320
title: Context
1321-
description: >
1321+
description: |
13221322
A label to discern check from checks of other testing systems.
13231323
type: string
13241324
pattern: ^[-a-zA-Z0-9_]+$

docs/api/schemas/v1.2/patchwork.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ paths:
336336
type: string
337337
- in: query
338338
name: category
339-
description: >
339+
description: |
340340
An event category to filter events by. These categories are subject
341341
to change depending on the version of Patchwork deployed and are
342342
not subject to the versionining constraints present across the rest
@@ -1213,7 +1213,7 @@ components:
12131213
type: string
12141214
headers:
12151215
Link:
1216-
description: >
1216+
description: |
12171217
Links to related resources, in the format defined by
12181218
[RFC 5988](https://tools.ietf.org/html/rfc5988#section-5).
12191219
This will include a link with relation type `next` to the
@@ -1470,7 +1470,7 @@ components:
14701470
- fail
14711471
target_url:
14721472
title: Target URL
1473-
description:
1473+
description: |
14741474
The target URL to associate with this check. This should be
14751475
specific to the patch.
14761476
type:
@@ -1483,7 +1483,7 @@ components:
14831483
maxLength: 200
14841484
context:
14851485
title: Context
1486-
description: >
1486+
description: |
14871487
A label to discern check from checks of other testing systems.
14881488
type: string
14891489
pattern: ^[-a-zA-Z0-9_]+$
@@ -2311,7 +2311,7 @@ components:
23112311
type: integer
23122312
show_ids:
23132313
title: Show IDs
2314-
description:
2314+
description: |
23152315
Show click-to-copy IDs in the list view (web UI).
23162316
Only present and configurable for your account.
23172317
type: boolean
@@ -2579,7 +2579,7 @@ components:
25792579
maxLength: 2000
25802580
list_archive_url_format:
25812581
title: List archive URL format
2582-
description: >
2582+
description: |
25832583
URL format for the list archive's Message-ID redirector. {} will be
25842584
replaced by the Message-ID.
25852585
type:

docs/api/schemas/v1.3/patchwork.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ paths:
402402
type: string
403403
- in: query
404404
name: category
405-
description: >
405+
description: |
406406
An event category to filter events by. These categories are subject
407407
to change depending on the version of Patchwork deployed and are
408408
not subject to the versionining constraints present across the rest
@@ -1347,7 +1347,7 @@ components:
13471347
type: string
13481348
headers:
13491349
Link:
1350-
description: >
1350+
description: |
13511351
Links to related resources, in the format defined by
13521352
[RFC 5988](https://tools.ietf.org/html/rfc5988#section-5).
13531353
This will include a link with relation type `next` to the
@@ -1610,7 +1610,7 @@ components:
16101610
- fail
16111611
target_url:
16121612
title: Target URL
1613-
description:
1613+
description: |
16141614
The target URL to associate with this check. This should be
16151615
specific to the patch.
16161616
type:
@@ -1623,7 +1623,7 @@ components:
16231623
maxLength: 200
16241624
context:
16251625
title: Context
1626-
description: >
1626+
description: |
16271627
A label to discern check from checks of other testing systems.
16281628
type: string
16291629
pattern: ^[-a-zA-Z0-9_]+$
@@ -2469,7 +2469,7 @@ components:
24692469
type: integer
24702470
show_ids:
24712471
title: Show IDs
2472-
description:
2472+
description: |
24732473
Show click-to-copy IDs in the list view (web UI).
24742474
Only present and configurable for your account.
24752475
type: boolean
@@ -2742,7 +2742,7 @@ components:
27422742
maxLength: 2000
27432743
list_archive_url_format:
27442744
title: List archive URL format
2745-
description: >
2745+
description: |
27462746
URL format for the list archive's Message-ID redirector. {} will be
27472747
replaced by the Message-ID.
27482748
type:

0 commit comments

Comments
 (0)