Skip to content

Commit 1597a0b

Browse files
committed
Fixed variable expression text
1 parent ffa2946 commit 1597a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
17371737

17381738
##### Key Expression
17391739

1740-
The key used to identify the [Path Item Object](#pathItemObject) is a variable expression that can be evaluated in the context of a runtime HTTP request/response to identify the URL to be used for the callback request.
1740+
The key used to identify the [Path Item Object](#pathItemObject) is a [runtime expression](#runtimeExpression) that can be evaluated in the context of a runtime HTTP request/response to identify the URL to be used for the callback request.
17411741
A simple example might be `$request.body#/url`.
17421742
However, using a [runtime expression](#runtimeExpression) the complete HTTP message can be accessed.
17431743
This includes accessing any part of a body that can be accessed using a JSON Pointer [RFC6901](https://tools.ietf.org/html/rfc6901).

0 commit comments

Comments
 (0)