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