Table of Contents

Property Messages

Namespace
Ratatoskr.AsyncApi.Model
Assembly
Ratatoskr.dll

Messages

Channel messages map (key = message name, value = $ref to components/messages).

[JsonPropertyName("messages")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, AsyncApiReference>? Messages { get; set; }

Property Value

Dictionary<string, AsyncApiReference>