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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1729,16 +1729,16 @@ The key value used to identify the callback object is an expression, evaluated a
1729
1729
##### Patterned Fields
1730
1730
Field Pattern | Type | Description
1731
1731
---|:---:|---
1732
-
<a name="callbackExpression"></a>{expression} | [Path Item Object](#pathItemObject) | A Path Item Object used to define a callback request and expected responses
1732
+
<a name="callbackExpression"></a>{expression} | [Path Item Object](#pathItemObject) | A Path Item Object used to define a callback request and expected responses.
1733
1733
1734
1734
This object can be extended with [Specification Extensions](#specificationExtensions).
1735
1735
1736
1736
##### Key Expression
1737
1737
1738
-
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.
1739
-
A simple example might be `$request.body#/url`.
1740
-
However, using [variable substitution](#variableSubstitution) syntax the complete HTTP message can be accessed.
1741
-
This includes accessing any part of a body that can be accessed using a JSON Pointer [RFC6901](https://tools.ietf.org/html/rfc6901).
1738
+
The key that identifies 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 for the callback request.
1739
+
A simple example is `$request.body#/url`.
1740
+
However, using [variable substitution](#variableSubstitution) syntax, the complete HTTP message can be accessed.
1741
+
This includes accessing any part of a body that a JSON Pointer [RFC6901](https://tools.ietf.org/html/rfc6901) can reference.
0 commit comments