Skip to content

Commit

Permalink
fix: add a note about examplePairingObject.result being undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Feb 6, 2023
1 parent 2f499af commit 30aee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Field Name | Type | Description
<a name="example-pairing-description"></a>description | `string` | A verbose explanation of the example pairing.
<a name="example-pairing-summary"></a>summary | `string` | Short description for the example pairing.
<a name="example-pairing-params"></a>params | [[Example Object](#example-object) \| [Reference Object](#reference-object)] | Example parameters.
<a name="example-result"></a>result | [Example Object](#example-object) \| [Reference Object](#reference-object) | Example result.
<a name="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.

This object MAY be extended with [Specification Extensions](#specification-extensions).

Expand Down

0 comments on commit 30aee1b

Please sign in to comment.