13 references to FormatKeyword
Microsoft.AspNetCore.OpenApi (13)
Extensions\JsonNodeSchemaExtensions.cs (10)
90
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "byte";
138
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "uri";
202
schema[OpenApiSchemaKeywords.
FormatKeyword
] = openApiSchema.Format;
242
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
253
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is FloatRouteConstraint ? "float" : "double";
258
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is LongRouteConstraint ? "int64" : "int32";
263
schema[OpenApiSchemaKeywords.
FormatKeyword
] = constraint is GuidRouteConstraint ? "uuid" : null;
268
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
273
schema[OpenApiSchemaKeywords.
FormatKeyword
] = null;
278
schema[OpenApiSchemaKeywords.
FormatKeyword
] = "date-time";
Schemas\OpenApiJsonSchema.Helpers.cs (1)
228
case OpenApiSchemaKeywords.
FormatKeyword
:
Services\Schemas\OpenApiSchemaService.cs (2)
69
[OpenApiSchemaKeywords.
FormatKeyword
] = "binary",
81
[OpenApiSchemaKeywords.
FormatKeyword
] = "binary",