This commit is contained in:
CWX
2025-01-21 14:02:08 +00:00
parent 8fdfa0658d
commit 8dba8d6a9c
@@ -47,8 +47,8 @@ public record Quest
[JsonPropertyName("image")]
public string? Image { get; set; }
[JsonPropertyName("type")]
public QuestTypeEnum? Type { get; set; }
[JsonPropertyName("type")] // can be string or QuestTypeEnum
public string? Type { get; set; }
[JsonPropertyName("isKey")]
public bool? IsKey { get; set; }