You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can't append a string to an object (at least not with a canonical result), so we should make clear that we want to append to the `url` field of the server object (possibly after filling in the templates there).
The highlighting of "appended" makes it clearer that there is no relative URL resolution as mentioned in OAI#843 (comment).
Copy file name to clipboardExpand all lines: versions/3.0.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -408,15 +408,15 @@ All the fixed fields declared above are objects that MUST use keys that match th
408
408
409
409
#### <a name="pathsObject"></a>Paths Object
410
410
411
-
Holds the relative paths to the individual endpoints.
412
-
The path is appended to the [`Server Object`](#serverObject) in order to construct
411
+
Holds the relative paths to the individual endpoints and their operations.
412
+
The path is appended to the URL from the [`Server Object`](#serverObject) in order to construct
413
413
the full URL. The Paths MAY be empty, due to [ACL constraints](#securityFiltering).
414
414
415
415
##### Patterned Fields
416
416
417
417
Field Pattern | Type | Description
418
418
---|:---:|---
419
-
<a name="pathsPath"></a>/{path} | [Path Item Object](#pathItemObject) | A relative path to an individual endpoint. The field name MUST begin with a slash. The path is appendedto the [`Server Object`](#serverObject) in order to construct the full URL. [Path templating](#pathTemplating) is allowed.
419
+
<a name="pathsPath"></a>/{path} | [Path Item Object](#pathItemObject) | A relative path to an individual endpoint. The field name MUST begin with a 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.
420
420
421
421
This object can be extended with [Specification Extensions](#specificationExtensions).
0 commit comments