Table of Contents

Property Source

Namespace
Ratatoskr.CloudEvents
Assembly
Ratatoskr.dll

Source

[REQUIRED] Identifies the context in which an event happened. Often this will include information such as the type of the event source, the organization publishing the event or the process that produced the event. The exact syntax and semantics behind the data encoded in the URI is defined by the event producer.

[JsonPropertyName("source")]
public required string Source { get; init; }

Property Value

string