-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
OpenRPC.methods: [Method | Reference]
:
Line 113 in 0e08a5c
<a name="openrpc-methods"></a>methods | [[Method Object](#method-object) \| [Reference Object](#reference-object)] | **REQUIRED**. The available methods for the API. While it is required, the array may be empty (to handle security filtering, for example). |
but there is no methods
member:
Lines 310 to 323 in 0e08a5c
## Components Object | |
Holds a set of reusable objects for different aspects of the OpenRPC. | |
All objects defined within the components object will have no effect on the API unless they are explicitly referenced from properties outside the components object. | |
Field Name | Type | Description | |
---|:---|--- | |
<a name="components-content-descriptors"></a>contentDescriptors | Map[`string`, [Content Descriptor Object](#content-descriptor-object)] | An object to hold reusable [Content Descriptor Objects](#content-descriptor-object). | |
<a name="components-schemas"></a>schemas | Map[`string`, [Schema Object](#schema-object)] | An object to hold reusable [Schema Objects](#schema-object). | |
<a name="components-examples"></a>examples | Map[`string`, [Example Object](#example-object)] | An object to hold reusable [Example Objects](#example-object). | |
<a name="components-links"></a> links | Map[`string`, [Link Object](#link-object)] | An object to hold reusable [Link Objects](#link-object). | |
<a name="components-errors"></a>errors | Map[`string`, [Error Object](#error-object)] | An object to hold reusable [Error Objects](#error-object). | |
<a name="components-example-pairing-objects"></a>examplePairingObjects | Map[`string`, [Example Pairing Object](#example-pairing-object)] | An object to hold reusable [Example Pairing Objects](#example-pairing-object). | |
<a name="components-tags"></a>tags | Map[`string`, [Tag Object](#tag-object)] | An object to hold reusable [Tag Objects](#tag-object). |
pattobrien
Metadata
Metadata
Assignees
Labels
No labels