13 references to FormatKeyword
Microsoft.AspNetCore.OpenApi (13)
Extensions\JsonNodeSchemaExtensions.cs (10)
89
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "byte";
137
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "uri";
201
schema[OpenApiSchemaKeywords.
FormatKeyword
] = openApiSchema.Format;
241
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
252
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is FloatRouteConstraint ? "float" : "double";
257
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is LongRouteConstraint ? "int64" : "int32";
262
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is GuidRouteConstraint ? "uuid" : null;
267
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
272
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
277
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",