Skip to content

Commit e0f72d9

Browse files
committed
fix(spec): fixed missing changes
1 parent d629856 commit e0f72d9

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

spec/asyncapi.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,62 @@ operations:
5959

6060
Aside from the issues mentioned above, there may also be infrastructure configuration that is not represented here. For instance, a system may use a read-only channel for receiving messages, a different one for sending them, and an intermediary process that will forward messages from one channel to the other.
6161

62+
## Table of Contents
63+
<!-- TOC depthFrom:2 depthTo:4 withLinks:1 updateOnSave:0 orderedList:0 -->
64+
65+
- [Definitions](#definitions)
66+
- [Server](#definitions-server)
67+
- [Application](#definitions-application)
68+
- [Sender](#definitions-sender)
69+
- [Receiver](#definitions-receiver)
70+
- [Message](#definitions-message)
71+
- [Channel](#definitions-channel)
72+
- [Protocol](#definitions-protocol)
73+
- [Specification](#specification)
74+
- [Format](#format)
75+
- [File Structure](#file-structure)
76+
- [Absolute URLs](#absolute-urls)
77+
- [Schema](#schema)
78+
- [AsyncAPI Object](#a2s-object)
79+
- [AsyncAPI Version String](#a2s-versionString)
80+
- [Identifier](#a2s-id-string)
81+
- [Info Object](#info-object)
82+
- [Contact Object](#contact-object)
83+
- [License Object](#license-object)
84+
- [Servers Object](#servers-object)
85+
- [Server Object](#server-object)
86+
- [Server Variable Object](#server-variable-object)
87+
- [Default Content Type](#default-content-type-string)
88+
- [Channels Object](#channels-object)
89+
- [Channel Object](#channel-object)
90+
- [Operations Object](#operations-object)
91+
- [Operation Object](#operation-object)
92+
- [Operation Trait Object](#operation-trait-object)
93+
- [Operation Reply Object](#operation-reply-object)
94+
- [Operation Reply Address Object](#operation-reply-address-object)
95+
- [Message Object](#message-object)
96+
- [Message Trait Object](#message-trait-object)
97+
- [Message Example Object](#message-example-object)
98+
- [Tags Object](#tags-object)
99+
- [Tag Object](#tag-object)
100+
- [External Documentation Object](#external-documentation-object)
101+
- [Components Object](#components-object)
102+
- [Reference Object](#reference-object)
103+
- [Multi Format Schema Object](#multiFormat-schema-object)
104+
- [Schema Object](#schema-object)
105+
- [Security Scheme Object](#security-scheme-object)
106+
- [OAuth Flows Object](#oauth-flows-object)
107+
- [OAuth Flow Object](#oauth-flow-object)
108+
- [Server Bindings Object](#server-bindings-object)
109+
- [Parameters Object](#parameters-object)
110+
- [Parameter Object](#parameter-object)
111+
- [Channel Bindings Object](#channel-bindings-object)
112+
- [Operation Bindings Object](#operation-bindings-object)
113+
- [Message Bindings Object](#message-bindings-object)
114+
- [Correlation ID Object](#correlation-id-object)
115+
- [Specification Extensions](#specification-extensions)
116+
117+
<!-- /TOC -->
62118

63119
## <a name="definitions"></a>Definitions
64120

@@ -2587,6 +2643,7 @@ availableScopes:
25872643

25882644
### <a name="correlation-id-object"></a>Correlation ID Object
25892645

2646+
An object that specifies an identifier at design time that can used for message tracing and correlation.
25902647

25912648
For specifying and computing the location of a Correlation ID, a [runtime expression](#runtime-expression) is used.
25922649

0 commit comments

Comments
 (0)