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