13 references to FormatKeyword
Microsoft.AspNetCore.OpenApi (13)
Extensions\JsonNodeSchemaExtensions.cs (10)
88
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "byte";
155
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "uri";
214
schema[OpenApiSchemaKeywords.
FormatKeyword
] = openApiSchema.Format;
254
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
265
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is FloatRouteConstraint ? "float" : "double";
270
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is LongRouteConstraint ? "int64" : "int32";
275
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is GuidRouteConstraint ? "uuid" : null;
280
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
285
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
290
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "date-time";
Schemas\OpenApiJsonSchema.Helpers.cs (1)
230
case OpenApiSchemaKeywords.
FormatKeyword
:
Services\Schemas\OpenApiSchemaService.cs (2)
68
[OpenApiSchemaKeywords.
FormatKeyword
] = "binary",
80
[OpenApiSchemaKeywords.
FormatKeyword
] = "binary",