Skip to content

Commit 63f5410

Browse files
authored
fix: formatting of required on linkObject.name
1 parent 18f1191 commit 63f5410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ For computing links, and providing instructions to execute them, a [runtime expr
266266

267267
Field Name | Type | Description
268268
---|:---:|---
269-
<a name="link-name"></a>**REQUIRED** name | `string` | Cannonical name of the link.
269+
<a name="link-name"></a>name | `string` | **REQUIRED**. Cannonical name of the link.
270270
<a name="link-description"></a>description | `string` | A description of the link. [GitHub Flavored Markdown syntax](https://github.github.com/gfm/) MAY be used for rich text representation.
271271
<a name="link-summary"></a>summary | `string` | Short description for the link.
272272
<a name="link-method"></a>method | `string` | The name of an _existing_, resolvable OpenRPC method, as defined with a unique `method`. This field MUST resolve to a unique [Method Object](#method-object). As opposed to Open Api, Relative `method` values ARE NOT permitted.

0 commit comments

Comments
 (0)