3 references to PatternKeyword
Microsoft.AspNetCore.OpenApi (3)
Extensions\JsonNodeSchemaExtensions.cs (2)
134schema[OpenApiSchemaKeywords.PatternKeyword] = regularExpressionAttribute.Pattern; 253schema[OpenApiSchemaKeywords.PatternKeyword] = regexRouteConstraint.Constraint.ToString();
Schemas\OpenApiJsonSchema.Helpers.cs (1)
288case OpenApiSchemaKeywords.PatternKeyword: