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