Skip to content

Commit

Permalink
fix: added error to examplePairingObject
Browse files Browse the repository at this point in the history
fixes #363
  • Loading branch information
BelfordZ committed Apr 24, 2024
1 parent 0d6a152 commit ee45299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ Field Name | Type | Description
<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)] | **REQUIRED** Example parameters.
<a name="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.
<a name="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.

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

Expand Down

0 comments on commit ee45299

Please sign in to comment.