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
Copy file name to clipboardExpand all lines: versions/3.0.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -410,15 +410,15 @@ All the fixed fields declared above are objects that MUST use keys that match th
410
410
411
411
#### <a name="pathsObject"></a>Paths Object
412
412
413
-
Holds the relative paths to the individual endpoints.
414
-
The path is appended to the [`Server Object`](#serverObject) in order to construct
413
+
Holds the relative paths to the individual endpoints and their operations.
414
+
The path is appended to the URL from the [`Server Object`](#serverObject) in order to construct
415
415
the full URL. The Paths MAY be empty, due to [ACL constraints](#securityFiltering).
416
416
417
417
##### Patterned Fields
418
418
419
419
Field Pattern | Type | Description
420
420
---|:---:|---
421
-
<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.
421
+
<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.
422
422
423
423
This object can be extended with [Specification Extensions](#specificationExtensions).
0 commit comments