5 references to MinLengthKeyword
Microsoft.AspNetCore.OpenApi (5)
Extensions\JsonNodeSchemaExtensions.cs (4)
123
var targetKey = schema[OpenApiSchemaKeywords.TypeKeyword]?.GetValue<string>() == "array" ? OpenApiSchemaKeywords.MinItemsKeyword : OpenApiSchemaKeywords.
MinLengthKeyword
;
139
schema[OpenApiSchemaKeywords.
MinLengthKeyword
] = stringLengthAttribute.MinimumLength;
226
schema[OpenApiSchemaKeywords.
MinLengthKeyword
] = minLengthRouteConstraint.MinLength;
245
schema[OpenApiSchemaKeywords.
MinLengthKeyword
] = lengthRouteConstraint.MinLength;
Schemas\OpenApiJsonSchema.Helpers.cs (1)
239
case OpenApiSchemaKeywords.
MinLengthKeyword
: