1 write to MaxLength
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 MaxLength
System.Text.Json (2)
System\Text\Json\Schema\JsonSchema.cs (2)
115
Count(
MaxLength
is not null);
244
if (
MaxLength
is int maxLength)