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