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