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