We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9019b1 commit 9b3c669Copy full SHA for 9b3c669
1 file changed
src/LEGO.AsyncAPI/Models/AsyncApiDocument.cs
@@ -46,7 +46,7 @@ public class AsyncApiDocument : IAsyncApiExtensible, IAsyncApiSerializable
46
/// <summary>
47
/// REQUIRED. The available channels and messages for the API.
48
/// </summary>
49
- public IDictionary<string, AsyncApiChannel> Channels { get; set; } = new Dictionary<string, AsyncApiChannel>();
+ public IDictionary<string, AsyncApiChannel> Channels { get; set; }
50
51
52
/// an element to hold various schemas for the specification.
0 commit comments