Skip to content

Commit 71935eb

Browse files
authored
Merge pull request #4046 from OAI/update-respec-version
Update ReSpec-rendered specification versions
2 parents fb7ab6b + b70b434 commit 71935eb

File tree

6 files changed

+10
-16
lines changed

6 files changed

+10
-16
lines changed

oas/latest.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ <h1 id="title" class="title">OpenAPI Specification v3.1.0 </h1> <h2 id="subtitle
249249
</section></section><section id="introduction"><div class="header-wrapper"><h2 id="x2-introduction"><bdi class="secno">2. </bdi>Introduction</h2><a class="self-link" href="#introduction" aria-label="Permalink for Section 2."></a></div>
250250
<p>The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to HTTP APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic.</p>
251251
<p>An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.</p>
252-
253252
</section><section id="definitions"><div class="header-wrapper"><h2 id="x3-definitions"><bdi class="secno">3. </bdi><dfn id="dfn-definitions" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Definitions</dfn></h2><a class="self-link" href="#definitions" aria-label="Permalink for Section 3."></a></div>
254253
<section id="openapi-document"><div class="header-wrapper"><h3 id="x3-1-openapi-document"><bdi class="secno">3.1 </bdi><dfn id="dfn-openapi-document" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">OpenAPI Document</dfn></h3><a class="self-link" href="#openapi-document" aria-label="Permalink for Section 3.1"></a></div>
255254
<p>A self-contained or composite resource which defines or describes an API or elements of an API. The OpenAPI document <em class="rfc2119">MUST</em> contain at least one <a href="#paths-object">paths</a> field, a <a href="#oasComponents">components</a> field or a <a href="#oasWebhooks">webhooks</a> field. An OpenAPI document uses and conforms to the OpenAPI Specification.</p>
@@ -396,7 +395,7 @@ <h1 id="title" class="title">OpenAPI Specification v3.1.0 </h1> <h2 id="subtitle
396395
<tr>
397396
<td><span id="oasWebhooks"></span>webhooks</td>
398397
<td style="text-align:center">Map[<code>string</code>, <a href="#path-item-object">Path Item Object</a> | <a href="#reference-object">Reference Object</a>] ]</td>
399-
<td>The incoming webhooks that <em class="rfc2119">MAY</em> be received as part of this API and that the API consumer <em class="rfc2119">MAY</em> choose to implement. Closely related to the <code>callbacks</code> feature, this section describes requests initiated other than by an API call, for example by an out of band registration. The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses. An <a href="https://learn.openapis.org/examples/v3.1/webhook-example.yaml">example</a> is available.</td>
398+
<td>The incoming webhooks that <em class="rfc2119">MAY</em> be received as part of this API and that the API consumer <em class="rfc2119">MAY</em> choose to implement. Closely related to the <code>callbacks</code> feature, this section describes requests initiated other than by an API call, for example by an out of band registration. The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses. An <a href="https://learn.openapis.org/examples/v3.1/webhook-example.html">example</a> is available.</td>
400399
</tr>
401400
<tr>
402401
<td><span id="oasComponents"></span>components</td>
@@ -2471,7 +2470,7 @@ <h1 id="title" class="title">OpenAPI Specification v3.1.0 </h1> <h2 id="subtitle
24712470
<tr>
24722471
<td><span id="callbackExpression"></span>{expression}</td>
24732472
<td style="text-align:center"><a href="#path-item-object">Path Item Object</a> | <a href="#reference-object">Reference Object</a></td>
2474-
<td>A Path Item Object, or a reference to one, used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.yaml">complete example</a> is available.</td>
2473+
<td>A Path Item Object, or a reference to one, used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.html">complete example</a> is available.</td>
24752474
</tr>
24762475
</tbody>
24772476
</table>

oas/v3.0.0.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ <h1 id="title" class="title">OpenAPI Specification v3.0.0 </h1> <h2 id="subtitle
234234
</section></section><section id="introduction"><div class="header-wrapper"><h2 id="x2-introduction"><bdi class="secno">2. </bdi>Introduction</h2><a class="self-link" href="#introduction" aria-label="Permalink for Section 2."></a></div>
235235
<p>The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic.</p>
236236
<p>An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.</p>
237-
238237
</section><section id="definitions"><div class="header-wrapper"><h2 id="x3-definitions"><bdi class="secno">3. </bdi><dfn id="dfn-definitions" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Definitions</dfn></h2><a class="self-link" href="#definitions" aria-label="Permalink for Section 3."></a></div>
239238
<section id="openapi-document"><div class="header-wrapper"><h3 id="x3-1-openapi-document"><bdi class="secno">3.1 </bdi><dfn id="dfn-openapi-document" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">OpenAPI Document</dfn></h3><a class="self-link" href="#openapi-document" aria-label="Permalink for Section 3.1"></a></div>
240239
<p>A document (or set of documents) that defines or describes an API. An OpenAPI definition uses and conforms to the OpenAPI Specification.</p>
@@ -2445,7 +2444,7 @@ <h1 id="title" class="title">OpenAPI Specification v3.0.0 </h1> <h2 id="subtitle
24452444
<tr>
24462445
<td><span id="callbackExpression"></span>{expression}</td>
24472446
<td style="text-align:center"><a href="#path-item-object">Path Item Object</a></td>
2448-
<td>A Path Item Object used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.yaml">complete example</a> is available.</td>
2447+
<td>A Path Item Object used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.html">complete example</a> is available.</td>
24492448
</tr>
24502449
</tbody>
24512450
</table>

oas/v3.0.1.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"publishISODate": "2017-12-06T00:00:00.000Z",
175175
"generatedSubtitle": "06 December 2017"
176176
}</script>
177-
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/base.css"></head><body class="h-entry"><div class="head">
177+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/base.css"></head><body class="h-entry toc-inline"><div class="head">
178178
<p class="logos"><a class="logo" href="https://openapis.org/"><img crossorigin="" alt="OpenAPI Initiative" height="48" src="https://raw.githubusercontent.com/OAI/OpenAPI-Style-Guide/master/graphics/bitmap/OpenAPI_Logo_Pantone.png">
179179
</a></p>
180180
<h1 id="title" class="title">OpenAPI Specification v3.0.1 </h1> <h2 id="subtitle" class="subtitle">Version 3.0.1</h2>
@@ -239,7 +239,6 @@ <h1 id="title" class="title">OpenAPI Specification v3.0.1 </h1> <h2 id="subtitle
239239
</section></section><section id="introduction"><div class="header-wrapper"><h2 id="x2-introduction"><bdi class="secno">2. </bdi>Introduction</h2><a class="self-link" href="#introduction" aria-label="Permalink for Section 2."></a></div>
240240
<p>The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic.</p>
241241
<p>An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.</p>
242-
243242
</section><section id="definitions"><div class="header-wrapper"><h2 id="x3-definitions"><bdi class="secno">3. </bdi><dfn id="dfn-definitions" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Definitions</dfn></h2><a class="self-link" href="#definitions" aria-label="Permalink for Section 3."></a></div>
244243
<section id="openapi-document"><div class="header-wrapper"><h3 id="x3-1-openapi-document"><bdi class="secno">3.1 </bdi><dfn id="dfn-openapi-document" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">OpenAPI Document</dfn></h3><a class="self-link" href="#openapi-document" aria-label="Permalink for Section 3.1"></a></div>
245244
<p>A document (or set of documents) that defines or describes an API. An OpenAPI definition uses and conforms to the OpenAPI Specification.</p>
@@ -2450,7 +2449,7 @@ <h1 id="title" class="title">OpenAPI Specification v3.0.1 </h1> <h2 id="subtitle
24502449
<tr>
24512450
<td><span id="callbackExpression"></span>{expression}</td>
24522451
<td style="text-align:center"><a href="#path-item-object">Path Item Object</a></td>
2453-
<td>A Path Item Object used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.yaml">complete example</a> is available.</td>
2452+
<td>A Path Item Object used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.html">complete example</a> is available.</td>
24542453
</tr>
24552454
</tbody>
24562455
</table>

oas/v3.0.2.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"publishISODate": "2018-10-08T00:00:00.000Z",
181181
"generatedSubtitle": "08 October 2018"
182182
}</script>
183-
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/base.css"></head><body class="h-entry"><div class="head">
183+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/base.css"></head><body class="h-entry toc-inline"><div class="head">
184184
<p class="logos"><a class="logo" href="https://openapis.org/"><img crossorigin="" alt="OpenAPI Initiative" height="48" src="https://raw.githubusercontent.com/OAI/OpenAPI-Style-Guide/master/graphics/bitmap/OpenAPI_Logo_Pantone.png">
185185
</a></p>
186186
<h1 id="title" class="title">OpenAPI Specification v3.0.2 </h1> <h2 id="subtitle" class="subtitle">Version 3.0.2</h2>
@@ -249,7 +249,6 @@ <h1 id="title" class="title">OpenAPI Specification v3.0.2 </h1> <h2 id="subtitle
249249
</section></section><section id="introduction"><div class="header-wrapper"><h2 id="x2-introduction"><bdi class="secno">2. </bdi>Introduction</h2><a class="self-link" href="#introduction" aria-label="Permalink for Section 2."></a></div>
250250
<p>The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic.</p>
251251
<p>An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.</p>
252-
253252
</section><section id="definitions"><div class="header-wrapper"><h2 id="x3-definitions"><bdi class="secno">3. </bdi><dfn id="dfn-definitions" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Definitions</dfn></h2><a class="self-link" href="#definitions" aria-label="Permalink for Section 3."></a></div>
254253
<section id="openapi-document"><div class="header-wrapper"><h3 id="x3-1-openapi-document"><bdi class="secno">3.1 </bdi><dfn id="dfn-openapi-document" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">OpenAPI Document</dfn></h3><a class="self-link" href="#openapi-document" aria-label="Permalink for Section 3.1"></a></div>
255254
<p>A document (or set of documents) that defines or describes an API. An OpenAPI definition uses and conforms to the OpenAPI Specification.</p>
@@ -2469,7 +2468,7 @@ <h1 id="title" class="title">OpenAPI Specification v3.0.2 </h1> <h2 id="subtitle
24692468
<tr>
24702469
<td><span id="callbackExpression"></span>{expression}</td>
24712470
<td style="text-align:center"><a href="#path-item-object">Path Item Object</a></td>
2472-
<td>A Path Item Object used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.yaml">complete example</a> is available.</td>
2471+
<td>A Path Item Object used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.html">complete example</a> is available.</td>
24732472
</tr>
24742473
</tbody>
24752474
</table>

oas/v3.0.3.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ <h1 id="title" class="title">OpenAPI Specification v3.0.3 </h1> <h2 id="subtitle
249249
</section></section><section id="introduction"><div class="header-wrapper"><h2 id="x2-introduction"><bdi class="secno">2. </bdi>Introduction</h2><a class="self-link" href="#introduction" aria-label="Permalink for Section 2."></a></div>
250250
<p>The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic.</p>
251251
<p>An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.</p>
252-
253252
</section><section id="definitions"><div class="header-wrapper"><h2 id="x3-definitions"><bdi class="secno">3. </bdi><dfn id="dfn-definitions" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Definitions</dfn></h2><a class="self-link" href="#definitions" aria-label="Permalink for Section 3."></a></div>
254253
<section id="openapi-document"><div class="header-wrapper"><h3 id="x3-1-openapi-document"><bdi class="secno">3.1 </bdi><dfn id="dfn-openapi-document" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">OpenAPI Document</dfn></h3><a class="self-link" href="#openapi-document" aria-label="Permalink for Section 3.1"></a></div>
255254
<p>A document (or set of documents) that defines or describes an API. An OpenAPI definition uses and conforms to the OpenAPI Specification.</p>
@@ -2471,7 +2470,7 @@ <h1 id="title" class="title">OpenAPI Specification v3.0.3 </h1> <h2 id="subtitle
24712470
<tr>
24722471
<td><span id="callbackExpression"></span>{expression}</td>
24732472
<td style="text-align:center"><a href="#path-item-object">Path Item Object</a></td>
2474-
<td>A Path Item Object used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.yaml">complete example</a> is available.</td>
2473+
<td>A Path Item Object used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.html">complete example</a> is available.</td>
24752474
</tr>
24762475
</tbody>
24772476
</table>

oas/v3.1.0.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ <h1 id="title" class="title">OpenAPI Specification v3.1.0 </h1> <h2 id="subtitle
249249
</section></section><section id="introduction"><div class="header-wrapper"><h2 id="x2-introduction"><bdi class="secno">2. </bdi>Introduction</h2><a class="self-link" href="#introduction" aria-label="Permalink for Section 2."></a></div>
250250
<p>The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to HTTP APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic.</p>
251251
<p>An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.</p>
252-
253252
</section><section id="definitions"><div class="header-wrapper"><h2 id="x3-definitions"><bdi class="secno">3. </bdi><dfn id="dfn-definitions" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Definitions</dfn></h2><a class="self-link" href="#definitions" aria-label="Permalink for Section 3."></a></div>
254253
<section id="openapi-document"><div class="header-wrapper"><h3 id="x3-1-openapi-document"><bdi class="secno">3.1 </bdi><dfn id="dfn-openapi-document" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">OpenAPI Document</dfn></h3><a class="self-link" href="#openapi-document" aria-label="Permalink for Section 3.1"></a></div>
255254
<p>A self-contained or composite resource which defines or describes an API or elements of an API. The OpenAPI document <em class="rfc2119">MUST</em> contain at least one <a href="#paths-object">paths</a> field, a <a href="#oasComponents">components</a> field or a <a href="#oasWebhooks">webhooks</a> field. An OpenAPI document uses and conforms to the OpenAPI Specification.</p>
@@ -396,7 +395,7 @@ <h1 id="title" class="title">OpenAPI Specification v3.1.0 </h1> <h2 id="subtitle
396395
<tr>
397396
<td><span id="oasWebhooks"></span>webhooks</td>
398397
<td style="text-align:center">Map[<code>string</code>, <a href="#path-item-object">Path Item Object</a> | <a href="#reference-object">Reference Object</a>] ]</td>
399-
<td>The incoming webhooks that <em class="rfc2119">MAY</em> be received as part of this API and that the API consumer <em class="rfc2119">MAY</em> choose to implement. Closely related to the <code>callbacks</code> feature, this section describes requests initiated other than by an API call, for example by an out of band registration. The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses. An <a href="https://learn.openapis.org/examples/v3.1/webhook-example.yaml">example</a> is available.</td>
398+
<td>The incoming webhooks that <em class="rfc2119">MAY</em> be received as part of this API and that the API consumer <em class="rfc2119">MAY</em> choose to implement. Closely related to the <code>callbacks</code> feature, this section describes requests initiated other than by an API call, for example by an out of band registration. The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses. An <a href="https://learn.openapis.org/examples/v3.1/webhook-example.html">example</a> is available.</td>
400399
</tr>
401400
<tr>
402401
<td><span id="oasComponents"></span>components</td>
@@ -2471,7 +2470,7 @@ <h1 id="title" class="title">OpenAPI Specification v3.1.0 </h1> <h2 id="subtitle
24712470
<tr>
24722471
<td><span id="callbackExpression"></span>{expression}</td>
24732472
<td style="text-align:center"><a href="#path-item-object">Path Item Object</a> | <a href="#reference-object">Reference Object</a></td>
2474-
<td>A Path Item Object, or a reference to one, used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.yaml">complete example</a> is available.</td>
2473+
<td>A Path Item Object, or a reference to one, used to define a callback request and expected responses. A <a href="https://learn.openapis.org/examples/v3.0/callback-example.html">complete example</a> is available.</td>
24752474
</tr>
24762475
</tbody>
24772476
</table>

0 commit comments

Comments
 (0)