From eb70ec3db5f91d432f0c5861baa0246976cb08d1 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 23 Jan 2025 19:42:57 +0100 Subject: Some schema changse (required properties) --- LibMatrix/EventIdResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibMatrix') diff --git a/LibMatrix/EventIdResponse.cs b/LibMatrix/EventIdResponse.cs index 4d715a4..6a04229 100644 --- a/LibMatrix/EventIdResponse.cs +++ b/LibMatrix/EventIdResponse.cs @@ -4,5 +4,5 @@ namespace LibMatrix; public class EventIdResponse { [JsonPropertyName("event_id")] - public string EventId { get; set; } + public required string EventId { get; set; } } \ No newline at end of file -- cgit 1.5.1