Skip to content

Commit b4cc425

Browse files
Update ReSpec versions (#2836)
Signed-off-by: GitHub <[email protected]> Co-authored-by: earth2marsh <[email protected]>
1 parent 2ac4417 commit b4cc425

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

oas/latest.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
<tr>
10321032
<td><a id="operationRequestBody"> </a>requestBody</td>
10331033
<td style="text-align:center"><a href="#requestBodyObject">Request Body Object</a> | <a href="#referenceObject">Reference Object</a></td>
1034-
<td>The request body applicable for this operation. The <code>requestBody</code> is fully supported in HTTP methods where the HTTP 1.1 specification [[!RFC7231]] has explicitly defined semantics for request bodies. In other cases where the HTTP spec is vague (such as [GET]section-4.3.1), [HEAD]section-4.3.2) and [DELETE]section-4.3.5)), <code>requestBody</code> is permitted but does not have well-defined semantics and SHOULD be avoided if possible.</td>
1034+
<td>The request body applicable for this operation. The <code>requestBody</code> is fully supported in HTTP methods where the HTTP 1.1 specification [[!RFC7231]] has explicitly defined semantics for request bodies. In other cases where the HTTP spec is vague (such as <a href="https://tools.ietf.org/html/rfc7231#section-4.3.1">GET</a>, <a href="https://tools.ietf.org/html/rfc7231#section-4.3.2">HEAD</a> and <a href="https://tools.ietf.org/html/rfc7231#section-4.3.5">DELETE</a>), <code>requestBody</code> is permitted but does not have well-defined semantics and SHOULD be avoided if possible.</td>
10351035
</tr>
10361036
<tr>
10371037
<td><a id="operationResponses"> </a>responses</td>
@@ -1650,7 +1650,7 @@
16501650
<tr>
16511651
<td><a id="requestBodyContent"> </a>content</td>
16521652
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
1653-
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or [media type range]appendix-D) and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
1653+
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
16541654
</tr>
16551655
<tr>
16561656
<td><a id="requestBodyRequired"> </a>required</td>
@@ -2161,7 +2161,7 @@
21612161
<tr>
21622162
<td><a id="responseContent"> </a>content</td>
21632163
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
2164-
<td>A map containing descriptions of potential response payloads. The key is a media type or [media type range]appendix-D) and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
2164+
<td>A map containing descriptions of potential response payloads. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
21652165
</tr>
21662166
<tr>
21672167
<td><a id="responseLinks"> </a>links</td>
@@ -2628,7 +2628,7 @@
26282628
</section><section><h4><span id="runtimeExpression">Runtime Expressions</span></h4>
26292629
<p>Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
26302630
This mechanism is used by <a href="#linkObject">Link Objects</a> and <a href="#callbackObject">Callback Objects</a>.</p>
2631-
<p>The runtime expression is defined by the following [ABNF] syntax</p>
2631+
<p>The runtime expression is defined by the following <a href="https://tools.ietf.org/html/rfc5234">ABNF</a> syntax</p>
26322632
<pre class="nohighlight"><code>
26332633
expression = ( <span class="hljs-string">&quot;$url&quot;</span> / <span class="hljs-string">&quot;$method&quot;</span> / <span class="hljs-string">&quot;$statusCode&quot;</span> / <span class="hljs-string">&quot;$request.&quot;</span> source / <span class="hljs-string">&quot;$response.&quot;</span> source )
26342634
source = ( header-reference / query-reference / path-reference / body-reference )

oas/v3.0.0.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@
16421642
<tr>
16431643
<td><a id="requestBodyContent"> </a>content</td>
16441644
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
1645-
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or [media type range]appendix-D) and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
1645+
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
16461646
</tr>
16471647
<tr>
16481648
<td><a id="requestBodyRequired"> </a>required</td>
@@ -2151,7 +2151,7 @@
21512151
<tr>
21522152
<td><a id="responseContent"> </a>content</td>
21532153
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
2154-
<td>A map containing descriptions of potential response payloads. The key is a media type or [media type range]appendix-D) and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
2154+
<td>A map containing descriptions of potential response payloads. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
21552155
</tr>
21562156
<tr>
21572157
<td><a id="responseLinks"> </a>links</td>
@@ -2609,7 +2609,7 @@
26092609
</section><section><h4><span id="runtimeExpression">Runtime Expressions</span></h4>
26102610
<p>Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
26112611
This mechanism is used by <a href="#linkObject">Link Objects</a> and <a href="#callbackObject">Callback Objects</a>.</p>
2612-
<p>The runtime expression is defined by the following [ABNF] syntax</p>
2612+
<p>The runtime expression is defined by the following <a href="https://tools.ietf.org/html/rfc5234">ABNF</a> syntax</p>
26132613
<pre class="highlight "><code>
26142614
expression = ( &quot;$url&quot; | &quot;$method&quot; | &quot;$statusCode&quot; | &quot;$request.&quot; source | &quot;$response.&quot; source )
26152615
source = ( header-reference | query-reference | path-reference | body-reference )

oas/v3.0.1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@
16421642
<tr>
16431643
<td><a id="requestBodyContent"> </a>content</td>
16441644
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
1645-
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or [media type range]appendix-D) and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
1645+
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
16461646
</tr>
16471647
<tr>
16481648
<td><a id="requestBodyRequired"> </a>required</td>
@@ -2151,7 +2151,7 @@
21512151
<tr>
21522152
<td><a id="responseContent"> </a>content</td>
21532153
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
2154-
<td>A map containing descriptions of potential response payloads. The key is a media type or [media type range]appendix-D) and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
2154+
<td>A map containing descriptions of potential response payloads. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
21552155
</tr>
21562156
<tr>
21572157
<td><a id="responseLinks"> </a>links</td>
@@ -2609,7 +2609,7 @@
26092609
</section><section><h4><span id="runtimeExpression">Runtime Expressions</span></h4>
26102610
<p>Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
26112611
This mechanism is used by <a href="#linkObject">Link Objects</a> and <a href="#callbackObject">Callback Objects</a>.</p>
2612-
<p>The runtime expression is defined by the following [ABNF] syntax</p>
2612+
<p>The runtime expression is defined by the following <a href="https://tools.ietf.org/html/rfc5234">ABNF</a> syntax</p>
26132613
<pre class="highlight "><code>
26142614
expression = ( &quot;$url&quot; | &quot;$method&quot; | &quot;$statusCode&quot; | &quot;$request.&quot; source | &quot;$response.&quot; source )
26152615
source = ( header-reference | query-reference | path-reference | body-reference )

oas/v3.0.2.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@
16511651
<tr>
16521652
<td><a id="requestBodyContent"> </a>content</td>
16531653
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
1654-
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or [media type range]appendix-D) and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
1654+
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
16551655
</tr>
16561656
<tr>
16571657
<td><a id="requestBodyRequired"> </a>required</td>
@@ -2160,7 +2160,7 @@
21602160
<tr>
21612161
<td><a id="responseContent"> </a>content</td>
21622162
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
2163-
<td>A map containing descriptions of potential response payloads. The key is a media type or [media type range]appendix-D) and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
2163+
<td>A map containing descriptions of potential response payloads. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
21642164
</tr>
21652165
<tr>
21662166
<td><a id="responseLinks"> </a>links</td>
@@ -2620,7 +2620,7 @@
26202620
</section><section><h4><span id="runtimeExpression">Runtime Expressions</span></h4>
26212621
<p>Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
26222622
This mechanism is used by <a href="#linkObject">Link Objects</a> and <a href="#callbackObject">Callback Objects</a>.</p>
2623-
<p>The runtime expression is defined by the following [ABNF] syntax</p>
2623+
<p>The runtime expression is defined by the following <a href="https://tools.ietf.org/html/rfc5234">ABNF</a> syntax</p>
26242624
<pre class="highlight "><code>
26252625
expression = ( &quot;$url&quot; | &quot;$method&quot; | &quot;$statusCode&quot; | &quot;$request.&quot; source | &quot;$response.&quot; source )
26262626
source = ( header-reference | query-reference | path-reference | body-reference )

oas/v3.0.3.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@
16531653
<tr>
16541654
<td><a id="requestBodyContent"> </a>content</td>
16551655
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
1656-
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or [media type range]appendix-D) and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
1656+
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
16571657
</tr>
16581658
<tr>
16591659
<td><a id="requestBodyRequired"> </a>required</td>
@@ -2161,7 +2161,7 @@
21612161
<tr>
21622162
<td><a id="responseContent"> </a>content</td>
21632163
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
2164-
<td>A map containing descriptions of potential response payloads. The key is a media type or [media type range]appendix-D) and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
2164+
<td>A map containing descriptions of potential response payloads. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
21652165
</tr>
21662166
<tr>
21672167
<td><a id="responseLinks"> </a>links</td>
@@ -2627,7 +2627,7 @@
26272627
</section><section><h4><span id="runtimeExpression">Runtime Expressions</span></h4>
26282628
<p>Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
26292629
This mechanism is used by <a href="#linkObject">Link Objects</a> and <a href="#callbackObject">Callback Objects</a>.</p>
2630-
<p>The runtime expression is defined by the following [ABNF] syntax</p>
2630+
<p>The runtime expression is defined by the following <a href="https://tools.ietf.org/html/rfc5234">ABNF</a> syntax</p>
26312631
<pre class="nohighlight"><code>
26322632
expression = ( <span class="hljs-string">&quot;$url&quot;</span> / <span class="hljs-string">&quot;$method&quot;</span> / <span class="hljs-string">&quot;$statusCode&quot;</span> / <span class="hljs-string">&quot;$request.&quot;</span> source / <span class="hljs-string">&quot;$response.&quot;</span> source )
26332633
source = ( header-reference / query-reference / path-reference / body-reference )

oas/v3.1.0.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
<tr>
10321032
<td><a id="operationRequestBody"> </a>requestBody</td>
10331033
<td style="text-align:center"><a href="#requestBodyObject">Request Body Object</a> | <a href="#referenceObject">Reference Object</a></td>
1034-
<td>The request body applicable for this operation. The <code>requestBody</code> is fully supported in HTTP methods where the HTTP 1.1 specification [[!RFC7231]] has explicitly defined semantics for request bodies. In other cases where the HTTP spec is vague (such as [GET]section-4.3.1), [HEAD]section-4.3.2) and [DELETE]section-4.3.5)), <code>requestBody</code> is permitted but does not have well-defined semantics and SHOULD be avoided if possible.</td>
1034+
<td>The request body applicable for this operation. The <code>requestBody</code> is fully supported in HTTP methods where the HTTP 1.1 specification [[!RFC7231]] has explicitly defined semantics for request bodies. In other cases where the HTTP spec is vague (such as <a href="https://tools.ietf.org/html/rfc7231#section-4.3.1">GET</a>, <a href="https://tools.ietf.org/html/rfc7231#section-4.3.2">HEAD</a> and <a href="https://tools.ietf.org/html/rfc7231#section-4.3.5">DELETE</a>), <code>requestBody</code> is permitted but does not have well-defined semantics and SHOULD be avoided if possible.</td>
10351035
</tr>
10361036
<tr>
10371037
<td><a id="operationResponses"> </a>responses</td>
@@ -1650,7 +1650,7 @@
16501650
<tr>
16511651
<td><a id="requestBodyContent"> </a>content</td>
16521652
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
1653-
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or [media type range]appendix-D) and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
1653+
<td><strong>REQUIRED</strong>. The content of the request body. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
16541654
</tr>
16551655
<tr>
16561656
<td><a id="requestBodyRequired"> </a>required</td>
@@ -2161,7 +2161,7 @@
21612161
<tr>
21622162
<td><a id="responseContent"> </a>content</td>
21632163
<td style="text-align:center">Map[<code>string</code>, <a href="#mediaTypeObject">Media Type Object</a>]</td>
2164-
<td>A map containing descriptions of potential response payloads. The key is a media type or [media type range]appendix-D) and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
2164+
<td>A map containing descriptions of potential response payloads. The key is a media type or <a href="https://tools.ietf.org/html/rfc7231#appendix-D">media type range</a> and the value describes it. For responses that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*</td>
21652165
</tr>
21662166
<tr>
21672167
<td><a id="responseLinks"> </a>links</td>
@@ -2628,7 +2628,7 @@
26282628
</section><section><h4><span id="runtimeExpression">Runtime Expressions</span></h4>
26292629
<p>Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
26302630
This mechanism is used by <a href="#linkObject">Link Objects</a> and <a href="#callbackObject">Callback Objects</a>.</p>
2631-
<p>The runtime expression is defined by the following [ABNF] syntax</p>
2631+
<p>The runtime expression is defined by the following <a href="https://tools.ietf.org/html/rfc5234">ABNF</a> syntax</p>
26322632
<pre class="nohighlight"><code>
26332633
expression = ( <span class="hljs-string">&quot;$url&quot;</span> / <span class="hljs-string">&quot;$method&quot;</span> / <span class="hljs-string">&quot;$statusCode&quot;</span> / <span class="hljs-string">&quot;$request.&quot;</span> source / <span class="hljs-string">&quot;$response.&quot;</span> source )
26342634
source = ( header-reference / query-reference / path-reference / body-reference )

0 commit comments

Comments
 (0)