13 references to FormatKeyword
Microsoft.AspNetCore.OpenApi (13)
Extensions\JsonNodeSchemaExtensions.cs (10)
90
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "byte";
135
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "uri";
196
schema[OpenApiSchemaKeywords.
FormatKeyword
] = openApiSchema.Format;
240
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
251
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is FloatRouteConstraint ? "float" : "double";
256
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is LongRouteConstraint ? "int64" : "int32";
261
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is GuidRouteConstraint ? "uuid" : null;
266
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
271
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
276
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "date-time";
Schemas\OpenApiJsonSchema.Helpers.cs (1)
231
case OpenApiSchemaKeywords.
FormatKeyword
:
Services\Schemas\OpenApiSchemaService.cs (2)
67
[OpenApiSchemaKeywords.
FormatKeyword
] = "binary",
79
[OpenApiSchemaKeywords.
FormatKeyword
] = "binary",