1 write to MaxLength
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
601
[typeof(char)] = _ => new JsonSchema { Type = JsonSchemaType.String, MinLength = 1,
MaxLength
= 1 },
2 references to MaxLength
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (2)
306
Count(
MaxLength
!= null);
444
if (
MaxLength
is int maxLength)