Property Type
- Namespace
- Ratatoskr.CloudEvents
- Assembly
- Ratatoskr.dll
Type
[REQUIRED] This attribute contains a value describing the type of event related to the originating occurrence. Often this attribute is used for routing, observability, policy enforcement, etc. SHOULD be prefixed with a reverse-DNS name.
[JsonPropertyName("type")]
public required string Type { get; init; }