Skip to content

Commit c0d0f1b

Browse files
authored
Merge branch 'v3.0.4-dev' into v3.0.4/sync-with-3.1.1
2 parents a801ba9 + 1445593 commit c0d0f1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

versions/3.0.4.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ OpenAPI Description authors SHOULD consider how text using such extensions will
267267
### <a name="relativeReferences"></a>Relative References in URLs
268268

269269
Unless specified otherwise, all properties that are URLs MAY be relative references as defined by [RFC3986](https://tools.ietf.org/html/rfc3986#section-4.2).
270-
Relative references are resolved using the URLs defined in the [`Server Object`](#serverObject) as a Base URI.
270+
Relative references are resolved using the URLs defined in the [Server Object](#serverObject) as a Base URI.
271271

272272
Relative references used in `$ref` are processed as per [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03), using the URL of the current document as the base URI. See also the [Reference Object](#referenceObject).
273273

@@ -746,13 +746,13 @@ components:
746746
#### <a name="pathsObject"></a>Paths Object
747747

748748
Holds the relative paths to the individual endpoints and their operations.
749-
The path is appended to the URL from the [`Server Object`](#serverObject) in order to construct the full URL. The Paths Object MAY be empty, due to [Access Control List (ACL) constraints](#securityFiltering).
749+
The path is appended to the URL from the [Server Object](#serverObject) in order to construct the full URL. The Paths Object MAY be empty, due to [Access Control List (ACL) constraints](#securityFiltering).
750750

751751
##### Patterned Fields
752752

753753
Field Pattern | Type | Description
754754
---|:---:|---
755-
<a name="pathsPath"></a>/{path} | [Path Item Object](#pathItemObject) | A relative path to an individual endpoint. The field name MUST begin with a forward slash (`/`). The path is **appended** (no relative URL resolution) to the expanded URL from the [`Server Object`](#serverObject)'s `url` field in order to construct the full URL. [Path templating](#pathTemplating) is allowed. When matching URLs, concrete (non-templated) paths would be matched before their templated counterparts. Templated paths with the same hierarchy but different templated names MUST NOT exist as they are identical. In case of ambiguous matching, it's up to the tooling to decide which one to use.
755+
<a name="pathsPath"></a>/{path} | [Path Item Object](#pathItemObject) | A relative path to an individual endpoint. The field name MUST begin with a forward slash (`/`). The path is **appended** (no relative URL resolution) to the expanded URL from the [Server Object](#serverObject)'s `url` field in order to construct the full URL. [Path templating](#pathTemplating) is allowed. When matching URLs, concrete (non-templated) paths would be matched before their templated counterparts. Templated paths with the same hierarchy but different templated names MUST NOT exist as they are identical. In case of ambiguous matching, it's up to the tooling to decide which one to use.
756756

757757
This object MAY be extended with [Specification Extensions](#specificationExtensions).
758758

@@ -2324,7 +2324,7 @@ In this example, the JSON string had to be serialized before encoding it into th
23242324

23252325
#### <a name="linkObject"></a>Link Object
23262326

2327-
The `Link object` represents a possible design-time link for a response.
2327+
The Link Object represents a possible design-time link for a response.
23282328
The presence of a link does not guarantee the caller's ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations.
23292329

23302330
Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response.

0 commit comments

Comments
 (0)