@@ -288,7 +288,7 @@ Unless specified otherwise, relative references are resolved using the URLs defi
288288Assume a retrieval URI of `https://device1.example.com` for the following OpenAPI document :
289289
290290` ` ` yaml
291- openapi: 3.2 .0
291+ openapi: 3.3 .0
292292$self: https://apidescriptions.example.com/foo
293293info:
294294 title: Example API
@@ -5285,7 +5285,7 @@ For OpenAPI documents, this source is the OpenAPI Object's `$self` field, while
52855285Assume the retrieval URI of the following document is ` file://home/someone/src/api/openapi.yaml ` :
52865286
52875287``` yaml
5288- openapi : 3.2 .0
5288+ openapi : 3.3 .0
52895289$self : https://example.com/api/openapi
52905290info :
52915291 title : Example API
@@ -5300,7 +5300,7 @@ paths:
53005300Assume the retrieval URI for the following document is ` https://git.example.com/shared/blob/main/shared/foo.yaml`:
53015301
53025302` ` ` yaml
5303- openapi: 3.2 .0
5303+ openapi: 3.3 .0
53045304$self: https://example.com/api/shared/foo
53055305info:
53065306 title: Shared components for all APIs
@@ -5352,7 +5352,7 @@ RFC2557 was written to allow sending hyperlinked sets of documents as email atta
53525352Content-Type: application/openapi+yaml
53535353Content-Location: https://example.com/api/openapi.yaml
53545354
5355- openapi: 3.2 .0
5355+ openapi: 3.3 .0
53565356info:
53575357 title: Example API
53585358 version: 1.0
@@ -5405,7 +5405,7 @@ If no base URI is provided from either of the previous sources, the next source
54055405Assume this document was retrieved from `https://example.com/api/openapis.yaml` :
54065406
54075407` ` ` yaml
5408- openapi: 3.2 .0
5408+ openapi: 3.3 .0
54095409info:
54105410 title: Example API
54115411 version: 1.0
@@ -5446,7 +5446,7 @@ Let's re-consider the first example in this appendix, but with relative URI refe
54465446Assume that the following is retrieved from `https://staging.example.com/api/openapi` :
54475447
54485448` ` ` yaml
5449- openapi: 3.2 .0
5449+ openapi: 3.3 .0
54505450$self: /api/openapi
54515451info:
54525452 title: Example API
@@ -5461,7 +5461,7 @@ paths:
54615461Assume the retrieval URI for the following document is `https://staging.example.com/api/shared/foo` :
54625462
54635463` ` ` yaml
5464- openapi: 3.2 .0
5464+ openapi: 3.3 .0
54655465$self: /api/shared/foo
54665466info:
54675467 title: Shared components for all APIs
0 commit comments