Skip to content

Commit d5b65bb

Browse files
author
Ron
authored
Missing updates
While going over the changes for the release notes, found two issues: - The TOC entry for `Relative references in URIs` was not modified to match the change in the spec. - The `Paths Object` had an extra sentence that should have not been there (referencing sub-documents and overlays).
1 parent 1a8d44f commit d5b65bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An OpenAPI definition can then be used by documentation generation tools to disp
2626
- [Document Structure](#documentStructure)
2727
- [Data Types](#dataTypes)
2828
- [Rich Text Formatting](#richText)
29-
- [Relative References In URLs](#relativeReferences)
29+
- [Relative References In URIs](#relativeReferences)
3030
- [Schema](#schema)
3131
- [OpenAPI Object](#oasObject)
3232
- [Info Object](#infoObject)
@@ -658,7 +658,7 @@ components:
658658
#### <a name="pathsObject"></a>Paths Object
659659

660660
Holds the relative paths to the individual endpoints and their operations.
661-
The path is appended to the URL from the [`Server Object`](#serverObject) in order to construct the full URL. The Paths MAY be empty, due to [Access Control List (ACL) constraints](#securityFiltering). Paths MAY be omitted in some classes of OAS documents, including referenced sub-documents and overlays.
661+
The path is appended to the URL from the [`Server Object`](#serverObject) in order to construct the full URL. The Paths MAY be empty, due to [Access Control List (ACL) constraints](#securityFiltering).
662662

663663
##### Patterned Fields
664664

0 commit comments

Comments
 (0)