Skip to content

Commit

Permalink
docs: reset API.md from base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
WaleedAshraf committed Apr 22, 2022
1 parent 820cdad commit be7f9e8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
* [.MessageTraitable](#module_@asyncapi/parser+MessageTraitable) ⇐ <code>Base</code>
* [.headers()](#module_@asyncapi/parser+MessageTraitable+headers) ⇒ <code>Schema</code>
* [.header(name)](#module_@asyncapi/parser+MessageTraitable+header) ⇒ <code>Schema</code>
* [.id()](#module_@asyncapi/parser+MessageTraitable+id) ⇒ <code>string</code>
* [.correlationId()](#module_@asyncapi/parser+MessageTraitable+correlationId) ⇒ <code>CorrelationId</code>
* [.schemaFormat()](#module_@asyncapi/parser+MessageTraitable+schemaFormat) ⇒ <code>string</code>
* [.contentType()](#module_@asyncapi/parser+MessageTraitable+contentType) ⇒ <code>string</code>
Expand Down Expand Up @@ -1578,7 +1577,6 @@ Implements functions to deal with a the common properties that Message and Messa
* [.MessageTraitable](#module_@asyncapi/parser+MessageTraitable) ⇐ <code>Base</code>
* [.headers()](#module_@asyncapi/parser+MessageTraitable+headers) ⇒ <code>Schema</code>
* [.header(name)](#module_@asyncapi/parser+MessageTraitable+header) ⇒ <code>Schema</code>
* [.id()](#module_@asyncapi/parser+MessageTraitable+id) ⇒ <code>string</code>
* [.correlationId()](#module_@asyncapi/parser+MessageTraitable+correlationId) ⇒ <code>CorrelationId</code>
* [.schemaFormat()](#module_@asyncapi/parser+MessageTraitable+schemaFormat) ⇒ <code>string</code>
* [.contentType()](#module_@asyncapi/parser+MessageTraitable+contentType) ⇒ <code>string</code>
Expand Down Expand Up @@ -1622,10 +1620,6 @@ Implements functions to deal with a the common properties that Message and Messa
| --- | --- | --- |
| name | <code>string</code> | Name of the header. |

<a name="module_@asyncapi/parser+MessageTraitable+id"></a>

#### messageTraitable.id() ⇒ <code>string</code>
**Kind**: instance method of [<code>MessageTraitable</code>](#module_@asyncapi/parser+MessageTraitable)
<a name="module_@asyncapi/parser+MessageTraitable+correlationId"></a>

#### messageTraitable.correlationId() ⇒ <code>CorrelationId</code>
Expand Down Expand Up @@ -3780,8 +3774,8 @@ The complete list of parse configuration options used to parse the given data.
| Name | Type | Description |
| --- | --- | --- |
| [path] | <code>String</code> | Path to the AsyncAPI document. It will be used to resolve relative references. Defaults to current working dir. |
| [parse] | <code>Object</code> | Options object to pass to [json-schema-ref-parser](https://apitools.dev/json-schema-ref-parser/docs/options.html). |
| [resolve] | <code>Object</code> | Options object to pass to [json-schema-ref-parser](https://apitools.dev/json-schema-ref-parser/docs/options.html). |
| [parse] | <code>Object</code> | Options object to pass to [json-schema-ref-parser](https://apidevtools.org/json-schema-ref-parser/docs/options.html). |
| [resolve] | <code>Object</code> | Options object to pass to [json-schema-ref-parser](https://apidevtools.org/json-schema-ref-parser/docs/options.html). |
| [applyTraits] | <code>Boolean</code> | Whether to resolve and apply traits or not. Defaults to true. |

<a name="MixinBindings"></a>
Expand Down

0 comments on commit be7f9e8

Please sign in to comment.