4 references to MaximumKeyword
Microsoft.AspNetCore.OpenApi (4)
Extensions\JsonNodeSchemaExtensions.cs (3)
129schema[rangeAttribute.MaximumIsExclusive ? OpenApiSchemaKeywords.ExclusiveMaximum : OpenApiSchemaKeywords.MaximumKeyword] = maxValue; 234schema[OpenApiSchemaKeywords.MaximumKeyword] = maxRouteConstraint.Max; 247schema[OpenApiSchemaKeywords.MaximumKeyword] = rangeRouteConstraint.Max;
Schemas\OpenApiJsonSchema.Helpers.cs (1)
278case OpenApiSchemaKeywords.MaximumKeyword: