document_add_channel
Add a channel item to an AsyncAPI document to define a specific channel for event-driven messaging.
Instructions
Add a channel item to an AsyncAPI document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel name (e.g. user/signedup) | |
| session | Yes | Session name | |
| channelItem | No | JSON string with channel item content |