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