Property Mirror
Mirror
Maintains a 1:1 mirror of another stream with name matching this property. When a mirror is configured subjects and sources must be empty.
[JsonPropertyName("mirror")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StreamSource? Mirror { get; set; }