Skip to content

Commit e76206a

Browse files
authored
docs: add constraint about channel address to not use query params and… (#986)
1 parent e7e66db commit e76206a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/asyncapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ Describes a shared communication channel.
629629

630630
Field Name | Type | Description
631631
---|:---:|---
632-
<a name="channelObjectAddress"></a>address | `string` \| `null` | An optional string representation of this channel's address. The address is typically the "topic name", "routing key", "event type", or "path". When `null` or absent, it MUST be interpreted as unknown. This is useful when the address is generated dynamically at runtime or can't be known upfront. It MAY contain [Channel Address Expressions](#channelAddressExpressions).
632+
<a name="channelObjectAddress"></a>address | `string` \| `null` | An optional string representation of this channel's address. The address is typically the "topic name", "routing key", "event type", or "path". When `null` or absent, it MUST be interpreted as unknown. This is useful when the address is generated dynamically at runtime or can't be known upfront. It MAY contain [Channel Address Expressions](#channelAddressExpressions). Query parameters and fragments SHALL NOT be used, instead use [bindings](#channelBindingsObject) to define them.
633633
<a name="channelObjectMessages"></a>messages | [Messages Object](#messagesObject) | A map of the messages that will be sent to this channel by any application at any time. **Every message sent to this channel MUST be valid against one, and only one, of the [message objects](#messageObject) defined in this map.**
634634
<a name="channelObjectTitle"></a>title | `string` | A human-friendly title for the channel.
635635
<a name="channelObjectSummary"></a>summary | `string` | A short summary of the channel.

0 commit comments

Comments
 (0)