Property SpecVersion
- Namespace
- Ratatoskr.CloudEvents
- Assembly
- Ratatoskr.dll
SpecVersion
[REQUIRED] The version of the CloudEvents specification which the event uses. This enables the interpretation of the context. Compliant event producers MUST use a value of "1.0" when referring to this version of the specification.
[JsonPropertyName("specversion")]
public string SpecVersion { get; init; }