Table of Contents

Property Payload

Namespace
Ratatoskr.AsyncApi.Model
Assembly
Ratatoskr.dll

Payload

The schema for the message payload (event data in binary mode, CloudEvent envelope in structured mode).

[JsonPropertyName("payload")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public JsonSchema? Payload { get; set; }

Property Value

JsonSchema