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