Property Subjects
Subjects
A list of subjects to consume, supports wildcards. Must be empty when a mirror is configured. May be empty when sources are configured.
[JsonPropertyName("subjects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? Subjects { get; set; }