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.4.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2285,7 +2285,7 @@ The presence of a link does not guarantee the caller's ability to successfully i
2285
2285
2286
2286
Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response.
2287
2287
2288
-
For computing links, and providing instructions to execute them, a [runtime expression](#runtime-expressions) is used for accessing values in an operation and using them as parameters while invoking the linked operation.
2288
+
For computing links and providing instructions to execute them, a [runtime expression](#runtime-expressions) is used for accessing values in an operation and using them as parameters while invoking the linked operation.
2289
2289
2290
2290
##### Fixed Fields
2291
2291
@@ -2372,10 +2372,10 @@ links:
2372
2372
```
2373
2373
2374
2374
Clients follow all links at their discretion.
2375
-
Neither permissions, nor the capability to make a successful call to that link, is guaranteed
2375
+
Neither permissions nor the capability to make a successful call to that link is guaranteed
2376
2376
solely by the existence of a relationship.
2377
2377
2378
-
##### OperationRef Examples
2378
+
##### `operationRef` Examples
2379
2379
2380
2380
As references to `operationId` MAY NOT be possible (the `operationId` is an optional
2381
2381
field in an [Operation Object](#operation-object)), references MAY also be made through a relative `operationRef`:
@@ -2400,8 +2400,8 @@ links:
2400
2400
username: $response.body#/username
2401
2401
```
2402
2402
2403
-
Note that in the use of `operationRef`, the _escaped forward-slash_ is necessary when
2404
-
using JSON Pointer, and it is necessary to URL-encode `{` and `}` as `%7B` and `%7D`, respectively when using JSON Pointer as URI fragments.
2403
+
Note that in the use of `operationRef` the _escaped forward-slash_ is necessary when
2404
+
using JSON Pointer, and it is necessary to URL-encode `{` and `}` as `%7B` and `%7D`, respectively, when using JSON Pointer as URI fragments.
2405
2405
2406
2406
##### Runtime Expressions
2407
2407
@@ -2411,22 +2411,22 @@ This mechanism is used by [Link Objects](#link-object) and [Callback Objects](#c
2411
2411
The runtime expression is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax
Here, `json-pointer` is taken from [RFC6901](https://tools.ietf.org/html/rfc6901), `char` from [RFC7159](https://tools.ietf.org/html/rfc7159#section-7) and `token` from [RFC7230](https://tools.ietf.org/html/rfc7230#section-3.2.6).
0 commit comments