From 79e6086cc5bdbde4dcc176756580acb275ce6ef5 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sat, 20 Jan 2024 11:23:45 +0000 Subject: [PATCH] openapi: Consistent wrapping Signed-off-by: Stephen Finucane --- docs/api/schemas/latest/patchwork.yaml | 12 ++++++------ docs/api/schemas/patchwork.j2 | 12 ++++++------ docs/api/schemas/v1.0/patchwork.yaml | 8 ++++---- docs/api/schemas/v1.1/patchwork.yaml | 8 ++++---- docs/api/schemas/v1.2/patchwork.yaml | 12 ++++++------ docs/api/schemas/v1.3/patchwork.yaml | 12 ++++++------ 6 files changed, 32 insertions(+), 32 deletions(-) diff --git a/docs/api/schemas/latest/patchwork.yaml b/docs/api/schemas/latest/patchwork.yaml index c62b42bf..c53bb33f 100644 --- a/docs/api/schemas/latest/patchwork.yaml +++ b/docs/api/schemas/latest/patchwork.yaml @@ -402,7 +402,7 @@ paths: type: string - in: query name: category - description: > + description: | An event category to filter events by. These categories are subject to change depending on the version of Patchwork deployed and are not subject to the versionining constraints present across the rest @@ -1347,7 +1347,7 @@ components: type: string headers: Link: - description: > + description: | Links to related resources, in the format defined by [RFC 5988](https://tools.ietf.org/html/rfc5988#section-5). This will include a link with relation type `next` to the @@ -1610,7 +1610,7 @@ components: - fail target_url: title: Target URL - description: + description: | The target URL to associate with this check. This should be specific to the patch. type: @@ -1623,7 +1623,7 @@ components: maxLength: 200 context: title: Context - description: > + description: | A label to discern check from checks of other testing systems. type: string pattern: ^[-a-zA-Z0-9_]+$ @@ -2469,7 +2469,7 @@ components: type: integer show_ids: title: Show IDs - description: + description: | Show click-to-copy IDs in the list view (web UI). Only present and configurable for your account. type: boolean @@ -2742,7 +2742,7 @@ components: maxLength: 2000 list_archive_url_format: title: List archive URL format - description: > + description: | URL format for the list archive's Message-ID redirector. {} will be replaced by the Message-ID. type: diff --git a/docs/api/schemas/patchwork.j2 b/docs/api/schemas/patchwork.j2 index 55f237b0..763725fe 100644 --- a/docs/api/schemas/patchwork.j2 +++ b/docs/api/schemas/patchwork.j2 @@ -417,7 +417,7 @@ paths: type: string - in: query name: category - description: > + description: | An event category to filter events by. These categories are subject to change depending on the version of Patchwork deployed and are not subject to the versionining constraints present across the rest @@ -1384,7 +1384,7 @@ components: type: string headers: Link: - description: > + description: | Links to related resources, in the format defined by [RFC 5988](https://tools.ietf.org/html/rfc5988#section-5). This will include a link with relation type `next` to the @@ -1670,7 +1670,7 @@ components: - fail target_url: title: Target URL - description: + description: | The target URL to associate with this check. This should be specific to the patch. type: @@ -1683,7 +1683,7 @@ components: maxLength: 200 context: title: Context - description: > + description: | A label to discern check from checks of other testing systems. type: string pattern: ^[-a-zA-Z0-9_]+$ @@ -2564,7 +2564,7 @@ components: type: integer show_ids: title: Show IDs - description: + description: | Show click-to-copy IDs in the list view (web UI). Only present and configurable for your account. type: boolean @@ -2853,7 +2853,7 @@ components: maxLength: 2000 list_archive_url_format: title: List archive URL format - description: > + description: | URL format for the list archive's Message-ID redirector. {} will be replaced by the Message-ID. type: diff --git a/docs/api/schemas/v1.0/patchwork.yaml b/docs/api/schemas/v1.0/patchwork.yaml index d7df5bfb..3ee1c1c0 100644 --- a/docs/api/schemas/v1.0/patchwork.yaml +++ b/docs/api/schemas/v1.0/patchwork.yaml @@ -228,7 +228,7 @@ paths: type: string - in: query name: category - description: > + description: | An event category to filter events by. These categories are subject to change depending on the version of Patchwork deployed and are not subject to the versionining constraints present across the rest @@ -1078,7 +1078,7 @@ components: type: string headers: Link: - description: > + description: | Links to related resources, in the format defined by [RFC 5988](https://tools.ietf.org/html/rfc5988#section-5). This will include a link with relation type `next` to the @@ -1300,7 +1300,7 @@ components: - fail target_url: title: Target URL - description: + description: | The target URL to associate with this check. This should be specific to the patch. type: @@ -1313,7 +1313,7 @@ components: maxLength: 200 context: title: Context - description: > + description: | A label to discern check from checks of other testing systems. type: string pattern: ^[-a-zA-Z0-9_]+$ diff --git a/docs/api/schemas/v1.1/patchwork.yaml b/docs/api/schemas/v1.1/patchwork.yaml index 2e9d6259..90a78c3e 100644 --- a/docs/api/schemas/v1.1/patchwork.yaml +++ b/docs/api/schemas/v1.1/patchwork.yaml @@ -228,7 +228,7 @@ paths: type: string - in: query name: category - description: > + description: | An event category to filter events by. These categories are subject to change depending on the version of Patchwork deployed and are not subject to the versionining constraints present across the rest @@ -1078,7 +1078,7 @@ components: type: string headers: Link: - description: > + description: | Links to related resources, in the format defined by [RFC 5988](https://tools.ietf.org/html/rfc5988#section-5). This will include a link with relation type `next` to the @@ -1305,7 +1305,7 @@ components: - fail target_url: title: Target URL - description: + description: | The target URL to associate with this check. This should be specific to the patch. type: @@ -1318,7 +1318,7 @@ components: maxLength: 200 context: title: Context - description: > + description: | A label to discern check from checks of other testing systems. type: string pattern: ^[-a-zA-Z0-9_]+$ diff --git a/docs/api/schemas/v1.2/patchwork.yaml b/docs/api/schemas/v1.2/patchwork.yaml index 799606d4..436ff106 100644 --- a/docs/api/schemas/v1.2/patchwork.yaml +++ b/docs/api/schemas/v1.2/patchwork.yaml @@ -336,7 +336,7 @@ paths: type: string - in: query name: category - description: > + description: | An event category to filter events by. These categories are subject to change depending on the version of Patchwork deployed and are not subject to the versionining constraints present across the rest @@ -1213,7 +1213,7 @@ components: type: string headers: Link: - description: > + description: | Links to related resources, in the format defined by [RFC 5988](https://tools.ietf.org/html/rfc5988#section-5). This will include a link with relation type `next` to the @@ -1470,7 +1470,7 @@ components: - fail target_url: title: Target URL - description: + description: | The target URL to associate with this check. This should be specific to the patch. type: @@ -1483,7 +1483,7 @@ components: maxLength: 200 context: title: Context - description: > + description: | A label to discern check from checks of other testing systems. type: string pattern: ^[-a-zA-Z0-9_]+$ @@ -2311,7 +2311,7 @@ components: type: integer show_ids: title: Show IDs - description: + description: | Show click-to-copy IDs in the list view (web UI). Only present and configurable for your account. type: boolean @@ -2579,7 +2579,7 @@ components: maxLength: 2000 list_archive_url_format: title: List archive URL format - description: > + description: | URL format for the list archive's Message-ID redirector. {} will be replaced by the Message-ID. type: diff --git a/docs/api/schemas/v1.3/patchwork.yaml b/docs/api/schemas/v1.3/patchwork.yaml index ba853206..0514c59c 100644 --- a/docs/api/schemas/v1.3/patchwork.yaml +++ b/docs/api/schemas/v1.3/patchwork.yaml @@ -402,7 +402,7 @@ paths: type: string - in: query name: category - description: > + description: | An event category to filter events by. These categories are subject to change depending on the version of Patchwork deployed and are not subject to the versionining constraints present across the rest @@ -1347,7 +1347,7 @@ components: type: string headers: Link: - description: > + description: | Links to related resources, in the format defined by [RFC 5988](https://tools.ietf.org/html/rfc5988#section-5). This will include a link with relation type `next` to the @@ -1610,7 +1610,7 @@ components: - fail target_url: title: Target URL - description: + description: | The target URL to associate with this check. This should be specific to the patch. type: @@ -1623,7 +1623,7 @@ components: maxLength: 200 context: title: Context - description: > + description: | A label to discern check from checks of other testing systems. type: string pattern: ^[-a-zA-Z0-9_]+$ @@ -2469,7 +2469,7 @@ components: type: integer show_ids: title: Show IDs - description: + description: | Show click-to-copy IDs in the list view (web UI). Only present and configurable for your account. type: boolean @@ -2742,7 +2742,7 @@ components: maxLength: 2000 list_archive_url_format: title: List archive URL format - description: > + description: | URL format for the list archive's Message-ID redirector. {} will be replaced by the Message-ID. type: -- 2.47.3