Property Name
Name
A unique name for the Stream Template.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
[StringLength(2147483647, MinimumLength = 1)]
[RegularExpression("^[^.*>]+$")]
public required string Name { get; set; }