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