Skip to content

Commit a70261b

Browse files
authored
Merge pull request #4943 from ralfhandl/3.2-4.1.2.2-typo
2 parents 1e94ea4 + 07f11cb commit a70261b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If only the referenced part of the document is parsed when resolving a reference
142142
URIs used as references within an OpenAPI Description, or to external documentation or other supplementary information such as a license, are resolved as _identifiers_, and described by this specification as **_URIs_**, in contrast with [API URLs](#relative-references-in-api-urls).
143143
Note that some URI fields are named `url` for historical reasons, but the descriptive text for those fields uses the correct "URI" terminology.
144144

145-
As noted under [Parsing Documents](#parsing-documents), several fields can be used to associate an OpenAPI document or a Schema Object with a URI, which might not match the document or schema's location.
145+
As noted under [Parsing Documents](#parsing-documents), several fields can be used to associate an OpenAPI document or a Schema Object with a URI, which might not match the document's or schema's location.
146146
This allows the same references to be used in different deployment environments, including local filesystems or networks restricted by security policies or connectivity limitations.
147147

148148
Unless specified otherwise, all fields that are URIs MAY be relative references as defined by [[RFC3986]] [Section 4.2](https://tools.ietf.org/html/rfc3986#section-4.2).

0 commit comments

Comments
 (0)