6 references to NullableKeyword
Microsoft.AspNetCore.OpenApi (6)
Extensions\JsonNodeSchemaExtensions.cs (5)
194
schema[OpenApiSchemaKeywords.
NullableKeyword
] = openApiSchema.Nullable || (schema[OpenApiSchemaKeywords.TypeKeyword] is JsonArray schemaType && schemaType.GetValues<string>().Contains("null"));
198
schema[OpenApiSchemaKeywords.
NullableKeyword
] = underlyingType != null;
339
schema[OpenApiSchemaKeywords.
NullableKeyword
] = false;
440
schema[OpenApiSchemaKeywords.
NullableKeyword
] = true;
455
schema[OpenApiSchemaKeywords.
NullableKeyword
] = true;
Schemas\OpenApiJsonSchema.Helpers.cs (1)
223
case OpenApiSchemaKeywords.
NullableKeyword
: