- tweak: View autogenerator

This commit is contained in:
2025-07-02 21:32:51 +03:00
parent 9e95d68c4a
commit 517fadaab8
57 changed files with 316 additions and 286 deletions

View File

@@ -36,7 +36,7 @@ public sealed record ServerInfo(
[property: JsonPropertyName("auth")] AuthInfo Auth,
[property: JsonPropertyName("build")] BuildInfo Build,
[property: JsonPropertyName("desc")] string Desc,
[property: JsonPropertyName("links")] List<ServerLink> Links);
[property: JsonPropertyName("links")] List<ServerLink>? Links);
public sealed record EngineVersionInfo(
[property: JsonPropertyName("insecure")]