Property Servers
Servers
[JsonPropertyName("servers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, AsyncApiServer>? Servers { get; set; }
[JsonPropertyName("servers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, AsyncApiServer>? Servers { get; set; }