Table of Contents

Property Extensions

Namespace
Ratatoskr.CloudEvents
Assembly
Ratatoskr.dll

Extensions

Extension attributes (custom fields). Extension attributes MUST follow the same naming convention and use the same type system as standard attributes.

[JsonExtensionData]
public Dictionary<string, object>? Extensions { get; init; }

Property Value

Dictionary<string, object>