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)
126
Count(
MaxLength
!= null);
253
if (
MaxLength
is int maxLength)