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