Property Payload
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; }