1 write to MinLength
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\CharConverter.cs (1)
65
new() { Type = JsonSchemaType.String,
MinLength
= 1, MaxLength = 1 };
2 references to MinLength
System.Text.Json (2)
System\Text\Json\Schema\JsonSchema.cs (2)
125
Count(
MinLength
!= null);
248
if (
MinLength
is int minLength)