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: spec.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,8 @@ Field Name | Type | Description
236
236
<aname="example-pairing-description"></a>description | `string` | A verbose explanation of the example pairing.
237
237
<aname="example-pairing-summary"></a>summary | `string` | Short description for the example pairing.
238
238
<aname="example-pairing-params"></a>params | [[Example Object](#example-object)\|[Reference Object](#reference-object)] | **REQUIRED** Example parameters.
239
-
<aname="example-result"></a>result | [Example Object](#example-object)\|[Reference Object](#reference-object) | Example result. When undefined, the example pairing represents usage of the method as a notification.
239
+
<aname="example-pairing-result"></a>result | [Example Object](#example-object)\|[Reference Object](#reference-object) | Example result. When not provided, the example pairing represents usage of the method as a notification.
240
+
<aname="example-pairing-error"></a>error | [Example Object](#example-object)\|[Reference Object](#reference-object) | Represents an example error response. The provided [Example Object](#example-object) MUST have the entire error object as its value. If provided, the [`examplePairing.result`](#example-pairing-result) must not be provided.
240
241
241
242
This object MAY be extended with [Specification Extensions](#specification-extensions).
0 commit comments